Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Nov 23, 2021
1 parent 4e26466 commit d9126d9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## [1.2.0](https://github.com/CyanSalt/tsconfig/compare/v1.1.2...v1.2.0) (2021-11-23)


### Features

* add skipLibCheck to common ([9248171](https://github.com/CyanSalt/tsconfig/commit/9248171c3a744df036e05aec06dcae60139d6699))

### [1.1.2](https://github.com/CyanSalt/tsconfig/compare/v1.1.2...v1.2.0) (2021-07-23)


### Bug Fixes

* use es2015 iterator ([f44d085](https://github.com/CyanSalt/tsconfig/commit/f44d08524740329597ab7ea58fb14ae1fb92234f))

### [1.1.1](https://github.com/CyanSalt/tsconfig/compare/v1.1.2...v1.2.0) (2021-03-08)


### Bug Fixes

* remove skipLibCheck ([8ef0738](https://github.com/CyanSalt/tsconfig/commit/8ef0738bcff41775fa75534ec51f38580066c8d2))

## [1.1.0](https://github.com/CyanSalt/tsconfig/compare/v1.1.2...v1.2.0) (2021-03-01)


### Features

* initial commit ([89af341](https://github.com/CyanSalt/tsconfig/commit/89af341efe987551659ddbc99bf0e598f3402140))
* 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": "1.1.2",
"version": "1.2.0",
"description": "My TypeScript configuration",
"tsconfig": "tsconfig.common.json",
"scripts": {
Expand Down

0 comments on commit d9126d9

Please sign in to comment.