Skip to content

Commit

Permalink
Merge pull request #35 from jsimck/release-v2.3.2
Browse files Browse the repository at this point in the history
chore: release 2.3.2
  • Loading branch information
jsimck authored Nov 17, 2021
2 parents ba22aa9 + 7f4803f commit 003e3da
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.3.2](https://www.github.com/jsimck/jsconfig.json/compare/v2.3.1...v2.3.2) (2021-11-17)


### Bug Fixes

* 🐛 Removed stranded debugging console.log ([ba22aa9](https://www.github.com/jsimck/jsconfig.json/commit/ba22aa91859db2a6a0c637e07b124c55f6a821f7))

### [2.3.1](https://www.github.com/jsimck/jsconfig.json/compare/v2.3.0...v2.3.1) (2021-11-17)


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.3.1",
"version": "2.3.2",
"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 003e3da

Please sign in to comment.