diff --git a/CHANGELOG.md b/CHANGELOG.md index 9511593..aa667ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [3.0.1](https://github.com/ivan7237d/1log/compare/v3.0.0...v3.0.1) (2021-07-01) + ## [3.0.0](https://github.com/ivan7237d/1log/compare/v2.1.4...v3.0.0) (2021-03-05) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 420ba4d..6ca8dc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1log", - "version": "3.0.0", + "version": "3.0.1", "description": "Log function with superpowers", "main": "build/main/index.js", "typings": "build/main/index.d.ts",