chore(version): 0.1.1

This commit is contained in:
Alexander Navarro 2025-07-16 09:51:05 -04:00
parent af709f2e72
commit 3017c710c4
4 changed files with 15 additions and 7 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "compendium"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
[features]

View file

@ -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}}",
]

View file

@ -1,7 +1,7 @@
{
"name": "compendium",
"module": "index.ts",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "vite",
"build": "vite build"