We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b321c48 commit acb8ff5Copy full SHA for acb8ff5
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Changelog
+# Changelog
2
3
All notable changes to this project will be documented in this file.
4
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.0] - 2025-06-03
11
+
12
### Added
13
14
- initial release :tada:
15
16
+[unreleased]: https://github.com/neolution-ch/release-process-test/compare/0.2.0...HEAD
17
+[0.2.0]: https://github.com/neolution-ch/release-process-test/releases/tag/0.2.0
package.json
@@ -9,5 +9,5 @@
"prettier": "^3.5.3",
"release-it": "^19.0.3"
},
- "version": "0.1.0"
+ "version": "0.2.0"
}
0 commit comments