diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c1247..fc8f5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.8.1](https://github.com/allohamora/config-manager/compare/0.8.0...0.8.1) (2023-09-06) + +### Features + +- regenerate CHANGELOG.md ([2e3ca7e](https://github.com/allohamora/config-manager/commit/2e3ca7ef362cb4c22dfccd15575ffc411a5e7911)) + ## [0.8.0](https://github.com/allohamora/config-manager/compare/0.7.0...0.8.0) (2023-09-06) ### Features diff --git a/package-lock.json b/package-lock.json index 2432a13..f4ec37d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@allohamora/config-manager", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@allohamora/config-manager", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.5.1", diff --git a/package.json b/package.json index 7a37b34..d37d77c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allohamora/config-manager", - "version": "0.8.0", + "version": "0.8.1", "description": "config manager", "main": "./dist/index.cjs", "exports": {