diff --git a/.changeset/vast-dancers-teach.md b/.changeset/vast-dancers-teach.md deleted file mode 100644 index cf9537c..0000000 --- a/.changeset/vast-dancers-teach.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"e2sm": minor ---- - -add pull, set, delete, and init subcommands - -- add `pull` command to download secrets and generate .env files -- add `set` command to upload .env files to AWS Secrets Manager -- add `delete` command to schedule secret deletion -- add `init` command to create .e2smrc.jsonc config file -- add overwrite confirmation for `set` command -- support JSONC format in config files (comments and trailing commas) -- reorganize codebase into src/commands/ and src/lib/ directories diff --git a/CHANGELOG.md b/CHANGELOG.md index 863ed49..5f8d1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # e2sm +## 0.6.0 + +### Minor Changes + +- [#8](https://github.com/mfyuu/e2sm/pull/8) [`d602e5b`](https://github.com/mfyuu/e2sm/commit/d602e5b64e634467f6f4ac710f7e8afe0d56b6d9) Thanks [@mfyuu](https://github.com/mfyuu)! - add pull, set, delete, and init subcommands + - add `pull` command to download secrets and generate .env files + - add `set` command to upload .env files to AWS Secrets Manager + - add `delete` command to schedule secret deletion + - add `init` command to create .e2smrc.jsonc config file + - add overwrite confirmation for `set` command + - support JSONC format in config files (comments and trailing commas) + - reorganize codebase into src/commands/ and src/lib/ directories + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index e9a8551..7ece060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2sm", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "author": "mfyuu", "repository": {