diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..4862306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# [1.2.0](https://github.com/shadiabuhilal/spritify/compare/v1.1.0...v1.2.0) (2023-10-24) + + +### Features + +* fix semantic release ([a74581b](https://github.com/shadiabuhilal/spritify/commit/a74581b7d65797a5ff9bf63a2990729116da5a86)) +* fix semantic release ([cbeab69](https://github.com/shadiabuhilal/spritify/commit/cbeab695bc451705ae174a013028c7d140faf5ad)) diff --git a/package-lock.json b/package-lock.json index 07df88e..4b86dba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spritify", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spritify", - "version": "1.1.0", + "version": "1.2.0", "license": "BSD-3-Clause", "dependencies": { "async": "^2.6.0", diff --git a/package.json b/package.json index 8646c86..d85ee1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spritify", - "version": "1.1.0", + "version": "1.2.0", "description": "Create image sprite(s) from images and update css file(s) with new image sprite(s) details", "main": "index.js", "bin": {