Skip to content

Commit

Permalink
Merge pull request #31 from jsimck/release-v2.3.0
Browse files Browse the repository at this point in the history
chore: release 2.3.0
  • Loading branch information
jsimck authored Nov 6, 2021
2 parents 770b892 + 621fdfd commit 1f5e7bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* 🎸 Migrated from chalk to picocolors ([3c8e54d](https://www.github.com/jsimck/jsconfig.json/commit/3c8e54da61cb8be0df5b79e48fb255cdb9d96b05))


### Bug Fixes

* 🐛 npm audit fixes ([7166121](https://www.github.com/jsimck/jsconfig.json/commit/7166121d33436745a515badbb24ecc043e7fc9c8))

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


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.2.0",
"version": "2.3.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 1f5e7bc

Please sign in to comment.