Skip to content

Commit

Permalink
Merge pull request #34 from jsimck/release-v2.3.1
Browse files Browse the repository at this point in the history
chore: release 2.3.1
  • Loading branch information
jsimck committed Nov 17, 2021
2 parents 20e078d + 1f95334 commit c8a4e32
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.1](https://www.github.com/jsimck/jsconfig.json/compare/v2.3.0...v2.3.1) (2021-11-17)


### Bug Fixes

* 🐛 Fixed picocolors missing dependency ([34c5447](https://www.github.com/jsimck/jsconfig.json/commit/34c54473302fa9810c8732c9af2766d97e7d0e96))

## [2.3.0](https://www.github.com/jsimck/jsconfig.json/compare/v2.2.0...v2.3.0) (2021-11-06)


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.0",
"version": "2.3.1",
"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 c8a4e32

Please sign in to comment.