Skip to content

Commit

Permalink
chore(release): prepare for v0.1.3-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Flokkq committed Jan 5, 2025
1 parent 8711d1d commit c792e58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## [0.1.2-pre](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/compare/v0.1.0-pre..v0.1.2-pre) - 2025-01-05
## [0.1.3-pre](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/compare/v0.1.0-pre..v0.1.3-pre) - 2025-01-05



Expand All @@ -13,6 +13,7 @@

### 🔧Chores

- *(release)* Prepare for v0.1.2-pre - ([1d53654](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/commit/1d53654751bac41ed8cd4aa36b813b9395c212ff))
- *(release)* Prepare for v0.1.1-pre - ([39451d6](https://github.com/Flokkq/https://github.com/orhun/git-cliff/blob/main/cliff.toml/commit/39451d6daec9e467aec1ff3540abdaef23fc8ba2))


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.2-pre",
"version": "0.1.3-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.2-pre",
"smd-darwin-x64": "0.1.2-pre",
"smd-linux-arm64": "0.1.2-pre",
"smd-linux-x64": "0.1.2-pre",
"smd-windows-arm64": "0.1.2-pre",
"smd-windows-x64": "0.1.2-pre"
"smd-darwin-arm64": "0.1.3-pre",
"smd-darwin-x64": "0.1.3-pre",
"smd-linux-arm64": "0.1.3-pre",
"smd-linux-x64": "0.1.3-pre",
"smd-windows-arm64": "0.1.3-pre",
"smd-windows-x64": "0.1.3-pre"
},
"packageManager": "[email protected]",
"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.2-pre" # managed by release.sh
version = "0.1.3-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.2-pre" # managed by release.sh
version = "0.1.3-pre" # managed by release.sh
path = "../smd-core"

[dependencies.gfm]
version = "0.1.2-pre" # managed by release.sh
version = "0.1.3-pre" # managed by release.sh
path = "../gfm"

[package.metadata.generate-rpm]
Expand Down

0 comments on commit c792e58

Please sign in to comment.