Skip to content

Commit b0ea19c

Browse files
authored
Merge pull request #32 from this-is-tobi/release-please--branches--main--components--docpress
chore(main): release 0.3.2
2 parents e587c4d + a8fb2ad commit b0ea19c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.3.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/this-is-tobi/docpress/compare/v0.3.1...v0.3.2) (2024-11-24)
4+
5+
6+
### Bug Fixes
7+
8+
* fix theme templates copy ([2d91a22](https://github.com/this-is-tobi/docpress/commit/2d91a224c6e9024bd3f5cc0a3ea7e1ad28d8d852))
9+
310
## [0.3.1](https://github.com/this-is-tobi/docpress/compare/v0.3.0...v0.3.1) (2024-11-24)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tobi-or-not/docpress",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"packageManager": "[email protected]",
66
"module": "dist/docpress.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)