From 37c1f25803651ce27630cf2e17853f072f720a6e Mon Sep 17 00:00:00 2001 From: Liang Chun Wong Date: Fri, 23 Apr 2021 11:56:43 +0200 Subject: [PATCH] 5.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e35b79e..4849c256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [5.0.0](https://github.com/liangchunn/typescript-node-scripts/compare/v4.1.0...v5.0.0) (2021-04-23) + + +### Bug Fixes + +* **eslint:** upgrade eslint config for prettier ([6b64b84](https://github.com/liangchunn/typescript-node-scripts/commit/6b64b8410da38c8ebcc1ff0fb66ba0e5b7c5c152)) + + + # [4.1.0](https://github.com/liangchunn/typescript-node-scripts/compare/v4.0.0...v4.1.0) (2021-03-31) diff --git a/package.json b/package.json index e27461b1..54293a0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-node-scripts", - "version": "4.1.0", + "version": "5.0.0", "description": "Create Node.js apps based on TypeScript with zero-configuration.", "main": "bin/typescript-node-scripts.js", "scripts": {