Skip to content

Commit 12b3129

Browse files
chore(main): release 0.5.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5472846 commit 12b3129

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.4.0"
2+
".": "0.5.0"
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.5.0](https://github.com/elanthia-online/cartographer/compare/v0.4.0...v0.5.0) (2025-07-22)
4+
5+
6+
### Features
7+
8+
* add validate --input option and refactor project structure ([#8](https://github.com/elanthia-online/cartographer/issues/8)) ([5472846](https://github.com/elanthia-online/cartographer/commit/5472846802fc1f533bac3c967a221aa95dcea823))
9+
310
## [0.4.0](https://github.com/elanthia-online/cartographer/compare/v0.3.1...v0.4.0) (2025-07-22)
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": "@elanthia/cartographer",
33
"module": "src/index.ts",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"files": [
66
"src/**/*"
77
],

0 commit comments

Comments
 (0)