Skip to content

Commit

Permalink
chore: release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed May 7, 2022
1 parent ff54af7 commit 58ac650
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@


### [2.1.1](https://github.com/CyanSalt/tsconfig/compare/v2.1.0...v2.1.1) (2022-05-07)


### Bug Fixes

* preserve jsx by default ([9e96a67](https://github.com/CyanSalt/tsconfig/commit/9e96a676258e6fb8332d38a89b385691c451bf4b))

## [2.1.0](https://github.com/CyanSalt/tsconfig/compare/v2.0.1...v2.1.0) (2022-03-24)


Expand Down Expand Up @@ -57,5 +66,4 @@
### Features

* initial commit ([89af341](https://github.com/CyanSalt/tsconfig/commit/89af341efe987551659ddbc99bf0e598f3402140))
* remove declarations ([a6de5d2](https://github.com/CyanSalt/tsconfig/commit/a6de5d25a44d808181b9703311e997bf0efbe05e))

* remove declarations ([a6de5d2](https://github.com/CyanSalt/tsconfig/commit/a6de5d25a44d808181b9703311e997bf0efbe05e))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyansalt/tsconfig",
"version": "2.1.0",
"version": "2.1.1",
"description": "My TypeScript configuration",
"main": "tsconfig.app.json",
"tsconfig": "tsconfig.app.json",
Expand Down

0 comments on commit 58ac650

Please sign in to comment.