From 3beb2f6c4d3c5a396997785ee5c3cf5b65c38eca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Apr 2022 10:19:48 +0000 Subject: [PATCH] chore(release): 0.2.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2607292..b8ded42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index cb3d156..bed467a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "devc", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "devc", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@angular-devkit/core": "^13.1.2", diff --git a/package.json b/package.json index f5807f1..8b0d3b7 100644 --- a/package.json +++ b/package.json @@ -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"