diff --git a/Cargo.lock b/Cargo.lock index 91ed7be..578b0c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "package_json_schema" -version = "0.2.1" +version = "0.2.2" dependencies = [ "cfg-if", "doc-comment", diff --git a/Cargo.toml b/Cargo.toml index f7c1256..9864859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "package_json_schema" -version = "0.2.1" +version = "0.2.2" authors = ["Ifiok Jr. "] categories = ["encoding", "config"] documentation = "https://docs.rs/package_json_schema" diff --git a/changelog.md b/changelog.md index baba5ed..2afd32f 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.2.2](https://github.com/ifiokjr/package_json_schema/compare/v0.2.1...v0.2.2) - 2024-09-25 + +### 🎉 Added + +- upgrade `validator` version and make changes + +### 🐛 Bug Fixes + +- set msrv to`1.70` supporting `once_cell` in `validator` +- update `typesVersion` field spec to match docs ([#3](https://github.com/ifiokjr/package_json_schema/pull/3)) +- upgrade `indexmap` to v2 ([#4](https://github.com/ifiokjr/package_json_schema/pull/4)) + +### 🎨 Styling + +- update formatting + +### ⚙️ Miscellaneous Tasks + +- ensure valid changelog name +- test and build against msrv +- automate releases +- use sed for version change +- rust versions + > [Compare](https://github.com/ifiokjr/package_json_schema/compare/0.2.1...HEAD) ## 0.2.1