Skip to content

Commit d4b97ca

Browse files
authored
Merge pull request #12 from jozan/release-please--branches--main--components--secret
chore(main): release 0.6.0
2 parents b21b7a4 + 9c0d647 commit d4b97ca

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.5.1"
2+
".": "0.6.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.6.0](https://github.com/jozan/secret/compare/v0.5.1...v0.6.0) (2024-04-22)
4+
5+
6+
### Features
7+
8+
* drop commonjs, embrace esm ([b21b7a4](https://github.com/jozan/secret/commit/b21b7a4d5f6a9d204c3df192fab3013116c4e74d))
9+
310
## [0.5.1](https://github.com/jozan/secret/compare/v0.5.0...v0.5.1) (2024-04-22)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latehours/secret",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "`secret` is a simple utility libraty for handling secrets in a typescript app",
55
"license": "MIT",
66
"homepage": "https://github.com/jozan/secret#readme",

0 commit comments

Comments
 (0)