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

chore(release): 2.4.0

This commit is contained in:
Jason Dreyzehner
2018-10-24 21:36:36 -04:00
parent 4060de3983
commit 9bdf46aaf6
3 changed files with 12 additions and 2 deletions

View File

@@ -2,6 +2,16 @@
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.4.0"></a>
# [2.4.0](https://github.com/bitjson/typescript-starter/compare/v2.3.10...v2.4.0) (2018-10-25)
### Features
* **vscode:** add Debug Spec to debug .spec.ts files directly ([#129](https://github.com/bitjson/typescript-starter/issues/129)) ([310502d](https://github.com/bitjson/typescript-starter/commit/310502d))
<a name="2.3.10"></a>
## [2.3.10](https://github.com/bitjson/typescript-starter/compare/v2.3.9...v2.3.10) (2018-09-22)

2
package-lock.json generated
View File

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

View File

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