diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ac39a..5e3491c 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. +## [0.2.3](https://github.com/remarkablemark/inline-style-parser/compare/v0.2.2...v0.2.3) (2024-03-26) + + +### Documentation + +* **license:** add MIT license ([eca2bed](https://github.com/remarkablemark/inline-style-parser/commit/eca2bed480f89fb6a2e1566b1ec504a8c2b0d9ff)), closes [#124](https://github.com/remarkablemark/inline-style-parser/issues/124) + ## [0.2.2](https://github.com/remarkablemark/inline-style-parser/compare/v0.2.1...v0.2.2) (2023-10-15) diff --git a/package-lock.json b/package-lock.json index 4f22b79..112fafa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inline-style-parser", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inline-style-parser", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index fddc108..d160db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inline-style-parser", - "version": "0.2.2", + "version": "0.2.3", "description": "An inline style parser.", "main": "index.js", "scripts": {