From acfc2dbdedf925c71e1ebdc116e1d2e8081ecbfd Mon Sep 17 00:00:00 2001 From: Soybean Date: Sun, 10 Dec 2023 04:38:11 +0800 Subject: [PATCH] chore(projects): release v0.0.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a46f64..abb0d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## [v0.0.2](https://github.com/soybeanjs/prettier-plugin-json-sort/compare/v0.0.1...v0.0.2) (23-12-10) + +###    🐞 Bug Fixes + +- **projects**: fix sort  -  by @honghuangdc [(0c1ce)](https://github.com/soybeanjs/prettier-plugin-json-sort/commit/0c1ce99) + +###    📖 Documentation + +- **projects**: add CHANGELOG.md  -  by @honghuangdc [(9a94c)](https://github.com/soybeanjs/prettier-plugin-json-sort/commit/9a94cdc) + +###    🤖 CI + +- **projects**: update release.yml  -  by @honghuangdc [(66ef7)](https://github.com/soybeanjs/prettier-plugin-json-sort/commit/66ef796) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.0.1](https://github.com/soybeanjs/prettier-plugin-json-sort/compare/...v0.0.1) (23-12-09) ###    🚀 Features diff --git a/package.json b/package.json index b6ac5e9..fdb654a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prettier-plugin-json-sort", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "packageManager": "pnpm@8.11.0", "author": { "name": "Soybean",