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

chore(release): 2.3.4

This commit is contained in:
Jason Dreyzehner
2018-03-27 22:00:31 -04:00
parent 8a9e9dd306
commit 98d3c32ed1
3 changed files with 10 additions and 5 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.4"></a>
## [2.3.4](https://github.com/bitjson/typescript-starter/compare/v2.3.3...v2.3.4) (2018-03-28)
<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)

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "typescript-starter",
"version": "2.3.3",
"version": "2.3.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -578,9 +578,9 @@
"dev": true
},
"@types/inquirer": {
"version": "0.0.38",
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-0.0.38.tgz",
"integrity": "sha512-RyZaZKuHFAQTZcrVaW7QgdMYYqEk2FS3eNLfU1rszURBehIiOtiv3AXVkelAVNmZb9dD6pruXaom/5V57pMcEQ==",
"version": "0.0.40",
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-0.0.40.tgz",
"integrity": "sha512-MEUWlhRf/BxZIXHD4p3AR/HnmZYHBLoIDqwZcNB8wNWsIFyEOZPh23b0LFAnKDPYOdgD6Kz9Ju4K661AC/zBng==",
"dev": true,
"requires": {
"@types/rx": "4.1.1",

View File

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