Skip to content

Commit d7fb702

Browse files
authored
chore(main): release 0.3.0 (#20)
1 parent 67e3c6b commit d7fb702

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/constructions-incongrues/plomberie/compare/v0.2.0...v0.3.0) (2024-10-07)
4+
5+
### Features
6+
7+
- **documentation:** documentation portal stub ([6b5ded5](https://github.com/constructions-incongrues/plomberie/commit/6b5ded51b2a0e1387b06ed78ba4fe569c1b8654c)), closes [#18](https://github.com/constructions-incongrues/plomberie/issues/18)
8+
9+
### Bug Fixes
10+
11+
- **ci:** do not lint CHANGELOG in order to enable autoreleasing ([#25](https://github.com/constructions-incongrues/plomberie/issues/25)) ([ce500b7](https://github.com/constructions-incongrues/plomberie/commit/ce500b746762e269f6d4155608082514cf7e630a))
12+
313
## [0.2.0](https://github.com/constructions-incongrues/plomberie/compare/v0.1.0...v0.2.0) (2024-10-07)
414

515
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"plop": "^4.0.1"
77
},
88
"type": "module",
9-
"version": "0.2.0",
9+
"version": "0.3.0",
1010
"scripts": {
1111
"docs-build": "antora --fetch antora-playbook.yaml",
1212
"docs-serve": "http-server ./build/site",

0 commit comments

Comments
 (0)