Skip to content

Commit 039a5d0

Browse files
authored
chore(master): release 0.32.0 (#2158)
1 parent 1aa5f2a commit 039a5d0

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,4 +1,4 @@
11
{
2-
".": "0.31.1",
2+
".": "0.32.0",
33
"helm": "0.2.1"
44
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
## [0.32.0](https://github.com/MESH-Research/Pilcrow/compare/v0.31.1...v0.32.0) (2025-06-10)
7+
8+
9+
### Features
10+
11+
* support hosting frontend files on a CDN. ([#2151](https://github.com/MESH-Research/Pilcrow/issues/2151)) ([9842dec](https://github.com/MESH-Research/Pilcrow/commit/9842dec6ec9978f7977328cf2ae5d0ed1a4831cf))
12+
613
## [0.31.1](https://github.com/MESH-Research/Pilcrow/compare/v0.31.0...v0.31.1) (2025-06-05)
714

815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"lint:md": "markdownlint '.*/**/*.md' '**/*.md' -p .gitignore"
1616
},
1717
"type": "module",
18-
"version": "0.31.1",
18+
"version": "0.32.0",
1919
"dependencies": {}
2020
}

0 commit comments

Comments
 (0)