1
0
mirror of synced 2025-11-08 04:48:04 +00:00

chore(release): 2.4.5

This commit is contained in:
Jason Dreyzehner
2019-07-10 13:43:27 -04:00
parent 26726f37ec
commit 65f82a9094
3 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,15 @@
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.
### [2.4.5](https://github.com/bitjson/typescript-starter/compare/v2.4.4...v2.4.5) (2019-07-10)
### Bug Fixes
* **cli:** include npm-scripts-info in generated dev dependencies ([26726f3](https://github.com/bitjson/typescript-starter/commit/26726f3)), closes [#175](https://github.com/bitjson/typescript-starter/issues/175)
### [2.4.4](https://github.com/bitjson/typescript-starter/compare/v2.4.3...v2.4.4) (2019-07-10)

2
package-lock.json generated
View File

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

View File

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