diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2ea42..4bc838f 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. +## [1.1.5](https://github.com/remarkablemark/style-to-js/compare/v1.1.4...v1.1.5) (2023-10-17) + + +### Build System + +* **deps:** bump style-to-object from 0.4.2 to 1.0.0 ([#236](https://github.com/remarkablemark/style-to-js/issues/236)) ([1c2e90a](https://github.com/remarkablemark/style-to-js/commit/1c2e90a394d99e0b4133f4635a8e33220c55fe9b)) + ## [1.1.4](https://github.com/remarkablemark/style-to-js/compare/v1.1.3...v1.1.4) (2023-08-31) diff --git a/package-lock.json b/package-lock.json index ec7f514..e36931e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "style-to-js", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "style-to-js", - "version": "1.1.4", + "version": "1.1.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7c6c17e..a604673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-to-js", - "version": "1.1.4", + "version": "1.1.5", "description": "Parses CSS inline style to JavaScript object (camelCased).", "author": "Mark ", "main": "cjs/index.js",