diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3c6f63d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [0.2.0](https://github.com/Shko-Online/build-npm-package/compare/v0.1.1...v0.2.0) (2024-04-30) + + +### Features + +* added copy css task to run ([dfb64a7](https://github.com/Shko-Online/build-npm-package/commit/dfb64a7b52413896efa61bed4eff116ddf41e15a)) diff --git a/package.json b/package.json index b4b6772..80e3b98 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.1", + "version": "0.2.0", "name": "@shko.online/build-npm-package", "bin": { "build-npm-package": "./build.js"