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

chore(release): 2.3.9

This commit is contained in:
Jason Dreyzehner
2018-08-21 01:53:48 -04:00
parent 8a692bff97
commit 22f51a452e
3 changed files with 16 additions and 5 deletions

View File

@@ -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
View File

@@ -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": {

View File

@@ -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"