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

chore(release): 2.3.3

This commit is contained in:
Jason Dreyzehner
2018-03-22 23:24:20 -04:00
parent abd3a7bfa9
commit 16571ca33e
3 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
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.3"></a>
## [2.3.3](https://github.com/bitjson/typescript-starter/compare/v2.3.2...v2.3.3) (2018-03-23)
<a name="2.3.2"></a>
## [2.3.2](https://github.com/bitjson/typescript-starter/compare/v2.3.1...v2.3.2) (2018-03-21)

2
package-lock.json generated
View File

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

View File

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