Skip to content

Commit

Permalink
Merge pull request #8 from jsimck/release-v1.1.0
Browse files Browse the repository at this point in the history
chore: release 1.1.0
  • Loading branch information
jsimck authored Apr 9, 2021
2 parents 500901d + c07db34 commit ddbe683
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

## [1.1.0](https://www.github.com/jsimck/jsconfig.json/compare/v1.0.0...v1.1.0) (2021-04-09)


### Features

* 🎸 Added template parser ([d6a761e](https://www.github.com/jsimck/jsconfig.json/commit/d6a761e2b503a4b77f01f041ce0aa1805e9199b7))


### Bug Fixes

* 🐛 baseUrl is now not in the result config, if not provided ([500901d](https://www.github.com/jsimck/jsconfig.json/commit/500901dafa6666f563a5cc7eb4fc4746a4629524))

## 1.0.0 (2021-04-08)


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": "1.0.0",
"version": "1.1.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 ddbe683

Please sign in to comment.