Skip to content

Commit

Permalink
chore(main): release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 2, 2024
1 parent 25d2bc5 commit 9ac2cc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.1.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/this-is-tobi/docpress/compare/v0.1.2...v0.1.3) (2024-11-02)


### Bug Fixes

* remove vitepress import in generated vitepress config ([d57e9e5](https://github.com/this-is-tobi/docpress/commit/d57e9e515850fd8dafaea6175d0b853af57a64f3))

## [0.1.2](https://github.com/this-is-tobi/docpress/compare/v0.1.1...v0.1.2) (2024-11-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tobi-or-not/docpress",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"packageManager": "pnpm@9.12.3",
"main": "bin/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 9ac2cc5

Please sign in to comment.