Skip to content

Commit

Permalink
Merge pull request #6 from jsimck/release-v1.0.0
Browse files Browse the repository at this point in the history
chore: release 1.0.0
  • Loading branch information
jsimck authored Apr 8, 2021
2 parents 2ff5eac + 982483b commit d915f42
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.0 (2021-04-08)


### Features

* 🎸 Added support for jsconfig.json templates ([7d47af6](https://www.github.com/jsimck/jsconfig.json/commit/7d47af617e13519d698631cc262084582eefe685))
* 🎸 Finalized public release ([93069e8](https://www.github.com/jsimck/jsconfig.json/commit/93069e812d39723db5afc4a96a34db9dcab52899))


### Bug Fixes

* 🐛 Multiple bugs in webpack parser ([2ff5eac](https://www.github.com/jsimck/jsconfig.json/commit/2ff5eac85bf660ca4bbdc097cd6c6d823fce10f6))
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": "0.1.2",
"version": "1.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 d915f42

Please sign in to comment.