diff --git a/CHANGELOG.md b/CHANGELOG.md index 67394f0..196a819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [2.3.4](https://github.com/bitjson/typescript-starter/compare/v2.3.3...v2.3.4) (2018-03-28) + + + ## [2.3.3](https://github.com/bitjson/typescript-starter/compare/v2.3.2...v2.3.3) (2018-03-23) diff --git a/package-lock.json b/package-lock.json index d853d43..967118d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index db655f6..80301c4 100644 --- a/package.json +++ b/package.json @@ -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"