1
0
mirror of synced 2025-11-08 12:57:47 +00:00

chore(release): 2.3.1

This commit is contained in:
Jason Dreyzehner
2018-03-20 21:39:56 -04:00
parent 2ec3741182
commit 3ecd679ba2
3 changed files with 14 additions and 2 deletions

View File

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="2.3.1"></a>
## [2.3.1](https://github.com/bitjson/typescript-starter/compare/v2.3.0...v2.3.1) (2018-03-21)
### Bug Fixes
* **CLI:** always update the year in LICENSE ([2ec3741](https://github.com/bitjson/typescript-starter/commit/2ec3741))
* **CLI:** properly remove the bin from all new projects ([2e0a9ab](https://github.com/bitjson/typescript-starter/commit/2e0a9ab))
* **CLI:** remove exports of deleted files for non-Node.js projects ([1e14d03](https://github.com/bitjson/typescript-starter/commit/1e14d03))
<a name="2.3.0"></a>
# [2.3.0](https://github.com/bitjson/typescript-starter/compare/v2.2.0...v2.3.0) (2018-03-16)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "typescript-starter",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "typescript-starter",
"version": "2.3.0",
"version": "2.3.1",
"description": "A typescript starter for building javascript libraries and projects",
"bin": {
"typescript-starter": "./bin/typescript-starter"