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

chore(release): 2.4.2

This commit is contained in:
Jason Dreyzehner
2018-11-27 21:12:26 -05:00
parent 703e272d64
commit 8eaf9636c6
3 changed files with 12 additions and 2 deletions

View File

@@ -2,6 +2,16 @@
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.4.2"></a>
## [2.4.2](https://github.com/bitjson/typescript-starter/compare/v2.4.1...v2.4.2) (2018-11-28)
### Bug Fixes
* **scripts:** s/info/describe ([#143](https://github.com/bitjson/typescript-starter/issues/143)) ([0cea6b2](https://github.com/bitjson/typescript-starter/commit/0cea6b2)), closes [#138](https://github.com/bitjson/typescript-starter/issues/138)
<a name="2.4.1"></a>
## [2.4.1](https://github.com/bitjson/typescript-starter/compare/v2.4.0...v2.4.1) (2018-11-27)

2
package-lock.json generated
View File

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

View File

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