Skip to content

Commit ccb7575

Browse files
Merge pull request #302 from remarkablemark/release-please--branches--master--components--style-to-object
chore(master): release 1.0.6
2 parents 22af20c + 4fffd85 commit ccb7575

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.0.6](https://github.com/remarkablemark/style-to-object/compare/v1.0.5...v1.0.6) (2024-03-27)
6+
7+
8+
### Build System
9+
10+
* **deps:** bump inline-style-parser from 0.2.2 to 0.2.3 ([#301](https://github.com/remarkablemark/style-to-object/issues/301)) ([22af20c](https://github.com/remarkablemark/style-to-object/commit/22af20ceb8f82e24b374d08d28c3af204b59b81e))
11+
512
## [1.0.5](https://github.com/remarkablemark/style-to-object/compare/v1.0.4...v1.0.5) (2023-12-01)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "style-to-object",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Parse CSS inline style to JavaScript object.",
55
"author": "Mark <[email protected]>",
66
"main": "./cjs/index.js",

0 commit comments

Comments
 (0)