Skip to content

Commit c21a06a

Browse files
authored
Merge pull request #11 from jozan/release-please--branches--main--components--secret
chore(main): release 0.5.1
2 parents 7212b93 + 29a7095 commit c21a06a

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.0"
2+
".": "0.5.1"
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.1](https://github.com/jozan/secret/compare/v0.5.0...v0.5.1) (2024-04-22)
4+
5+
6+
### Bug Fixes
7+
8+
* esm/cjs exports ([7212b93](https://github.com/jozan/secret/commit/7212b9340736af3e3c155fd906b9ec4aaf7b4f2c))
9+
310
## [0.5.0](https://github.com/jozan/secret/compare/v0.4.0...v0.5.0) (2024-04-16)
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.0",
3+
"version": "0.5.1",
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)