Skip to content

Commit

Permalink
chore(main): release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 3, 2024
1 parent 5bdba9f commit 466c315
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.5"
".": "0.1.6"
}
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.6](https://github.com/this-is-tobi/docpress/compare/v0.1.5...v0.1.6) (2024-11-03)


### Bug Fixes

* remove bundledDependencies from package.json ([e56ae4d](https://github.com/this-is-tobi/docpress/commit/e56ae4d41529c7c6682fefca5208db02a3068220))

## [0.1.5](https://github.com/this-is-tobi/docpress/compare/v0.1.4...v0.1.5) (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.5",
"version": "0.1.6",
"packageManager": "pnpm@9.12.3",
"module": "dist/docpress.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 466c315

Please sign in to comment.