diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd1d82..05a6742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.12](https://github.com/remarkablemark/style-to-object/compare/v1.0.11...v1.0.12) (2025-10-24) + + +### Build System + +* **deps:** bump inline-style-parser from 0.2.4 to 0.2.6 ([#774](https://github.com/remarkablemark/style-to-object/issues/774)) ([50aa645](https://github.com/remarkablemark/style-to-object/commit/50aa645372d10b47deb4cd9e5df7031baf699787)) + ## [1.0.11](https://github.com/remarkablemark/style-to-object/compare/v1.0.10...v1.0.11) (2025-10-03) diff --git a/package-lock.json b/package-lock.json index c2d87e9..4f22a7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "style-to-object", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "style-to-object", - "version": "1.0.11", + "version": "1.0.12", "license": "MIT", "dependencies": { "inline-style-parser": "0.2.6" diff --git a/package.json b/package.json index ebbb4ed..1c2d77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-to-object", - "version": "1.0.11", + "version": "1.0.12", "description": "Parse CSS inline style to JavaScript object.", "author": "Mark ", "main": "./cjs/index.js",