Skip to content

Commit

Permalink
Merge pull request #20 from jsimck/release-v2.0.0
Browse files Browse the repository at this point in the history
chore: release 2.0.0
  • Loading branch information
jsimck authored May 8, 2021
2 parents 427bac0 + 95fb950 commit 4781d16
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://www.github.com/jsimck/jsconfig.json/compare/v1.1.7...v2.0.0) (2021-05-08)


### ⚠ BREAKING CHANGES

* 🧨 Dropped node 10 support, now only node 12+ is supported

### Features

* 🎸 Updated dependencies ([3c8a03c](https://www.github.com/jsimck/jsconfig.json/commit/3c8a03c23994b21c7dc096af12fba551eb7bd4f7))

### [1.1.7](https://www.github.com/jsimck/jsconfig.json/compare/v1.1.6...v1.1.7) (2021-04-14)


Expand Down
2 changes: 1 addition & 1 deletion 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": "jsconfig.json",
"version": "1.1.7",
"version": "2.0.0",
"description": "Small tool which automatically generates jsconfig.json, used for vscode workspace configuration, with defaults and paths from webpack config.",
"bin": {
"jsconfig.json": "./dist/cli.js"
Expand Down

0 comments on commit 4781d16

Please sign in to comment.