Skip to content

Commit

Permalink
Merge pull request #27 from jsimck/release-v2.2.0
Browse files Browse the repository at this point in the history
chore: release 2.2.0
  • Loading branch information
jsimck authored Jul 28, 2021
2 parents 0558ddd + 9b9ddc8 commit a03eb40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://www.github.com/jsimck/jsconfig.json/compare/v2.1.0...v2.2.0) (2021-07-28)


### Features

* 🎸 Added support for node imports subpath patterns ([f921a42](https://www.github.com/jsimck/jsconfig.json/commit/f921a42ab563a2568923a36eb5ff1026693a7d14))

## [2.1.0](https://www.github.com/jsimck/jsconfig.json/compare/v2.0.0...v2.1.0) (2021-07-27)


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": "2.1.0",
"version": "2.2.0",
"description": "Small tool which automatically generates jsconfig.json, used for vscode workspace configuration, with defaults and paths from webpack config.",
"bin": {
"jsconfig.json": "./bin/cli.js"
Expand Down

0 comments on commit a03eb40

Please sign in to comment.