diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efd8b9..298e43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.2](https://github.com/body-builder/typescript-cp/compare/v0.1.1...v0.1.2) (2021-06-14) + + +### Bug Fixes + +* Version bump after accidentally published v0.1.1 ([fa9b4fd](https://github.com/body-builder/typescript-cp/commit/fa9b4fdc4860ebc4c9f311272487be7311249e0f)) + ### [0.1.1](https://github.com/body-builder/typescript-cp/compare/v0.1.0...v0.1.1) (2021-06-14) diff --git a/package.json b/package.json index 8bad1e8..792b99e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-cp", - "version": "0.1.1", + "version": "0.1.2", "description": "Copy non-typescript files to outDir", "homepage": "https://github.com/body-builder/typescript-cp#readme", "repository": "https://github.com/body-builder/typescript-cp",