From 4197f454ec52a6fdec92dce858a2799229839038 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 14:06:05 -0500 Subject: [PATCH] chore(master): release 2.1.3 (#91) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 acf4536..d03a079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,13 @@ All notable changes to this project will be documented in this file. See [standa +## [2.1.3](https://github.com/nodecg/generator-nodecg/compare/v2.1.2...v2.1.3) (2023-06-08) + + +### Bug Fixes + +* use correct scripts for react+typescript ([d92c215](https://github.com/nodecg/generator-nodecg/commit/d92c21547ace5660a23c440fdaa9280a382dfb58)) + ## [2.1.2](https://github.com/nodecg/generator-nodecg/compare/v2.1.1...v2.1.2) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index 2624f93..8820450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "generator-nodecg", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "generator-nodecg", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "chalk": "^5.2.0", diff --git a/package.json b/package.json index ff557a6..148e167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-nodecg", - "version": "2.1.2", + "version": "2.1.3", "description": "Yeoman generator for NodeCG bundles", "homepage": "http://nodecg.dev", "author": {