generated from alecodes/base-template
chore(version): 0.1.1
This commit is contained in:
parent
af709f2e72
commit
3017c710c4
4 changed files with 15 additions and 7 deletions
|
|
@ -2,6 +2,14 @@
|
|||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||
|
||||
- - -
|
||||
## 0.1.1 - 2025-07-16
|
||||
#### Miscellaneous Chores
|
||||
- add docs to just commands - (6cf98d1) - aleidk
|
||||
#### Refactoring
|
||||
- change assets handling to vite-rs - (af709f2) - aleidk
|
||||
|
||||
- - -
|
||||
|
||||
## 0.1.0 - 2025-04-15
|
||||
#### Bug Fixes
|
||||
- prevent crash of ci due to artifacts upload - (e0b259c) - aleidk
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "compendium"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
4
cog.toml
4
cog.toml
|
|
@ -9,8 +9,8 @@ skip_ci = "[skip ci]"
|
|||
skip_untracked = false
|
||||
pre_bump_hooks = [
|
||||
"sed -E -i 's/(\"version\":) \"[0-9.]{5}\"/\\1 \"{{version|0.0.1}}\"/gi' package.json",
|
||||
"just build",
|
||||
"just publish",
|
||||
# "just build",
|
||||
# "just publish",
|
||||
"echo 'bumping from {{latest|0.0.0}} to {{version|0.0.1}}'",
|
||||
"cargo bump {{version|0.0.1}}",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "compendium",
|
||||
"module": "index.ts",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue