diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f6b62..d80d490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [0.1.1-pre](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/compare/v0.1.0-pre..v0.1.1-pre) - 2025-01-05 + + + + +### 🐛 Bug Fixes + +- *(ci)* Attempt to fix pipeline issues - ([1100a7c](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/commit/1100a7c46937617fc6ecddf75ff6399c3cc9c18c)) + + ## [0.1.0-pre] - 2025-01-05 @@ -108,6 +118,7 @@ ### 🔧Chores +- *(release)* Prepare for v0.1.0-pre - ([aaa47e5](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/commit/aaa47e5fb3f1255acfeb92210a15380a66f3d63e)) - *(release)* Prepare for v0.1.0-pre - ([a67dc0a](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/commit/a67dc0abe84a4b3129878be693fb81c357bcb258)) - *(release)* Remove unwanted LICENSE - ([1f58785](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/commit/1f587850a5c5cc838c5959183e05fc97712172d1)) - *(release)* Auto replace versions in config files - ([7518fe5](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/commit/7518fe52ee348be306821a6d5bc19c5926f591e3)) diff --git a/npm/smd/package.json b/npm/smd/package.json index 3fe4ce4..9f6db6d 100644 --- a/npm/smd/package.json +++ b/npm/smd/package.json @@ -1,6 +1,6 @@ { "name": "smd", - "version": "0.1.0-pre", + "version": "0.1.1-pre", "description": "Want github-flavoured markdown as a pdf or html for your blog? smd is exactly what you need.", "type": "module", "main": "lib/cjs/index.d.cts", @@ -64,12 +64,12 @@ "typescript-eslint": "^8.6.0" }, "optionalDependencies": { - "smd-darwin-arm64": "0.1.0-pre", - "smd-darwin-x64": "0.1.0-pre", - "smd-linux-arm64": "0.1.0-pre", - "smd-linux-x64": "0.1.0-pre", - "smd-windows-arm64": "0.1.0-pre", - "smd-windows-x64": "0.1.0-pre" + "smd-darwin-arm64": "0.1.1-pre", + "smd-darwin-x64": "0.1.1-pre", + "smd-linux-arm64": "0.1.1-pre", + "smd-linux-x64": "0.1.1-pre", + "smd-windows-arm64": "0.1.1-pre", + "smd-windows-x64": "0.1.1-pre" }, "packageManager": "yarn@4.1.0", "publishConfig": { diff --git a/smd/Cargo.toml b/smd/Cargo.toml index ff97b4c..74bafd6 100644 --- a/smd/Cargo.toml +++ b/smd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smd" -version = "0.1.0-pre" # managed by release.sh +version = "0.1.1-pre" # managed by release.sh description = "convert markdown to github flavoured html or pdf 🎨" authors = ["Flokkq"] license = "MIT" @@ -44,11 +44,11 @@ clap_mangen = "0.2.23" clap_complete = "4.5.19" [dependencies.smd-core] -version = "0.1.0-pre" # managed by release.sh +version = "0.1.1-pre" # managed by release.sh path = "../smd-core" [dependencies.gfm] -version = "0.1.0-pre" # managed by release.sh +version = "0.1.1-pre" # managed by release.sh path = "../gfm" [package.metadata.generate-rpm]