Skip to content

Commit 7bec394

Browse files
authored
Merge pull request #13 from jozan/release-please--branches--main--components--secret
2 parents e76e325 + bf57fe0 commit 7bec394

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/jozan/secret/compare/v0.6.0...v0.7.0) (2024-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve paths ([e76e325](https://github.com/jozan/secret/commit/e76e325db2a27dc6c63421500f9e1f43184de372))
9+
310
## [0.6.0](https://github.com/jozan/secret/compare/v0.5.1...v0.6.0) (2024-04-22)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latehours/secret",
3-
"version": "0.6.0",
3+
"version": "0.7.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)