diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e707c..0821217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.32.16](https://github.com/darkobits/saffron/compare/v0.32.15...v0.32.16) (2023-07-12) + + +### 🏗 Chores + +* **deps:** Replace / prune various dependencies. ([f8d8a65](https://github.com/darkobits/saffron/commit/f8d8a654b2610dd3be1f77cee9606110c6368c86)) + ## [0.32.15](https://github.com/darkobits/saffron/compare/v0.32.14...v0.32.15) (2023-07-12) diff --git a/package-lock.json b/package-lock.json index 7bed0b4..db9aac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@darkobits/saffron", - "version": "0.32.15", + "version": "0.32.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@darkobits/saffron", - "version": "0.32.15", + "version": "0.32.16", "license": "Hippocratic", "dependencies": { "@darkobits/log": "^2.0.0-beta.15", diff --git a/package.json b/package.json index a42d044..7d10922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@darkobits/saffron", - "version": "0.32.15", + "version": "0.32.16", "description": "Yargs + Cosmiconfig for robust, configurable CLIs.", "author": "darkobits", "license": "Hippocratic",