Skip to content

Commit

Permalink
Merge pull request #9 from jozan/release-please--branches--main--comp…
Browse files Browse the repository at this point in the history
…onents--secret

chore(main): release 0.5.0
  • Loading branch information
jozan authored Apr 16, 2024
2 parents 27e3b55 + e4e05af commit 8344a23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/jozan/secret/compare/v0.4.0...v0.5.0) (2024-04-16)


### Features

* add and document io-ts codec and zod scheme ([27e3b55](https://github.com/jozan/secret/commit/27e3b55095c82570788370fa244aa7507feed04d))

## [0.4.0](https://github.com/jozan/secret/compare/v0.3.0...v0.4.0) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latehours/secret",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"module": "dist/esm/secret.js",
"main": "dist/cjs/secret.js",
Expand Down

0 comments on commit 8344a23

Please sign in to comment.