Skip to content

Commit 84251fd

Browse files
authored
Merge pull request #14 from jozan/release-please--branches--main--components--secret
2 parents 65f8abf + 285fbea commit 84251fd

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.7.0"
2+
".": "1.0.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+
## [1.0.0](https://github.com/jozan/secret/compare/v0.7.0...v1.0.0) (2024-08-18)
4+
5+
6+
### Documentation
7+
8+
* add class example ([cb02052](https://github.com/jozan/secret/commit/cb02052031df3f7709f6f2438b226663f03d85c9))
9+
310
## [0.7.0](https://github.com/jozan/secret/compare/v0.6.0...v0.7.0) (2024-05-05)
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.7.0",
3+
"version": "1.0.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)