diff --git a/CHANGELOG.md b/CHANGELOG.md index fea5f1a..b79c56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2024-09-04 + +### 🚀 Features + +- Add release workflow to publish on npm + +### 📚 Documentation + +- Replace gh release badge with npm +- Wrap npm and codecov badges with href +- Add contributing section +- Add usage instructions + +### ⚙️ Miscellaneous Tasks + +- *(release)* Add missing build step +- Add GH release badge +- *(release)* Add missing registry-url variable for node action + ## [0.1.1] - 2024-09-04 ### 🚀 Features diff --git a/package.json b/package.json index 45b6ad7..0ac23d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelog-decorator", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "type": "module", "author": {