From d8c939819d158646874a6da427155992e3c9c3e1 Mon Sep 17 00:00:00 2001 From: P-Chan Date: Sat, 12 Feb 2022 16:47:56 +0900 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966ed8a..c2905c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/p-chan/sort-compiler-options/compare/v0.1.0...v0.2.0) (2022-02-12) + + +### Features + +* add recursive support ([f827d35](https://github.com/p-chan/sort-compiler-options/commit/f827d355315bad32430fb3395d0a566479772d35)) + + +### Bug Fixes + +* fix bug ([bfd2426](https://github.com/p-chan/sort-compiler-options/commit/bfd2426eaac7749f6b673aa1dbd6572013b49d8c)) + ## 0.1.0 (2022-02-05) diff --git a/package.json b/package.json index 4ca59be..4d3d441 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sort-compiler-options", - "version": "0.1.0", + "version": "0.2.0", "description": "Sort compilerOptions", "keywords": [ "typescript",