chore(release): 2.3.9
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -2,6 +2,17 @@
|
||||
|
||||
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.9"></a>
|
||||
## [2.3.9](https://github.com/bitjson/typescript-starter/compare/v2.3.8...v2.3.9) (2018-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **dependencies:** upgrade dependencies, fix issues caused by breaking changes ([8a692bf](https://github.com/bitjson/typescript-starter/commit/8a692bf))
|
||||
* **test:** use recommended AVA import style ([b2af806](https://github.com/bitjson/typescript-starter/commit/b2af806))
|
||||
|
||||
|
||||
|
||||
<a name="2.3.8"></a>
|
||||
## [2.3.8](https://github.com/bitjson/typescript-starter/compare/v2.3.7...v2.3.8) (2018-06-15)
|
||||
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "typescript-starter",
|
||||
"version": "2.3.8",
|
||||
"version": "2.3.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@@ -10623,9 +10623,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"typescript": {
|
||||
"version": "2.9.1",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.1.tgz",
|
||||
"integrity": "sha512-h6pM2f/GDchCFlldnriOhs1QHuwbnmj6/v7499eMHqPeW4V2G0elua2eIc2nu8v2NdHV0Gm+tzX83Hr6nUFjQA==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.1.tgz",
|
||||
"integrity": "sha512-zQIMOmC+372pC/CCVLqnQ0zSBiY7HHodU7mpQdjiZddek4GMj31I3dUJ7gAs9o65X7mnRma6OokOkc6f9jjfBg==",
|
||||
"dev": true
|
||||
},
|
||||
"uglify-js": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "typescript-starter",
|
||||
"version": "2.3.8",
|
||||
"version": "2.3.9",
|
||||
"description": "A typescript starter for building javascript libraries and projects",
|
||||
"bin": {
|
||||
"typescript-starter": "./bin/typescript-starter"
|
||||
|
||||
Reference in New Issue
Block a user