diff --git a/CHANGELOG.md b/CHANGELOG.md index 9968653..9c92338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,17 @@ 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. +### [1.0.1](https://github.com/flex-development/log/compare/v1.0.0...v1.0.1) (2021-08-23) + + +### :truck: Continuous Integration & Deployment + +* **workflows:** fix `cannot read property 'tag' of undefined` ([a1319b6](https://github.com/flex-development/log/commit/a1319b6f5661f3cb8c5e4e84d9b1cc1294d61ad1)) +* **workflows:** run `publish-release` job after `update-production-branch` job ([51f2eee](https://github.com/flex-development/log/commit/51f2eee270449d7a97a6db3f2b0d9ac1a96093d7)) + + +### :bug: Fixes + +* missing distribution files ([05752cb](https://github.com/flex-development/log/commit/05752cbb58fb93cbbe4e1de2ca8ee1f04e3327d9)) + ## 1.0.0 (2021-08-23) diff --git a/package.json b/package.json index e400464..ac05149 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/log", "description": "Style logs for the console or terminal", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "log", "log-util",