Skip to content

Commit

Permalink
chore(release): 0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.1](0.2.0...0.2.1) (2022-04-29)

### Bug Fixes

* strip json comments not working in some cases ([6f8f937](6f8f937))
  • Loading branch information
semantic-release-bot committed Apr 29, 2022
1 parent f258217 commit 3beb2f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.1](https://github.com/sinedied/devc/compare/0.2.0...0.2.1) (2022-04-29)


### Bug Fixes

* strip json comments not working in some cases ([6f8f937](https://github.com/sinedied/devc/commit/6f8f937e1ddd131c40830acf1c2f76a4ecb07113))

# [0.2.0](https://github.com/sinedied/devc/compare/0.1.1...0.2.0) (2022-03-09)


Expand Down
4 changes: 2 additions & 2 deletions 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": "devc",
"version": "0.2.0",
"version": "0.2.1",
"description": "Quickly add .devcontainer configuration to any JavaScript project, and more!",
"bin": {
"devc": "./bin/devc.js"
Expand Down

0 comments on commit 3beb2f6

Please sign in to comment.