Skip to content

Commit

Permalink
chore(release): prepare for v0.1.1-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Flokkq committed Jan 5, 2025
1 parent 1100a7c commit 0518ede
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down Expand Up @@ -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))
Expand Down
14 changes: 7 additions & 7 deletions npm/smd/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions smd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 0518ede

Please sign in to comment.