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

chore(release): 2.4.3

This commit is contained in:
Jason Dreyzehner
2019-07-10 13:17:09 -04:00
parent 35a9ea96ef
commit 54bd4f9532
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,11 @@
# Change Log
# Changelog
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.3](https://github.com/bitjson/typescript-starter/compare/v2.4.2...v2.4.3) (2019-07-10)
<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)

2
package-lock.json generated
View File

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

View File

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