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

chore(release): 1.4.1

This commit is contained in:
Jason Dreyzehner
2017-06-27 19:01:23 -04:00
parent a1425d944c
commit 4b51fd73dd
2 changed files with 6 additions and 1 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="1.4.1"></a>
## [1.4.1](https://github.com/bitjson/typescript-starter/compare/v1.4.0...v1.4.1) (2017-06-27)
<a name="1.4.0"></a>
# [1.4.0](https://github.com/bitjson/typescript-starter/compare/v1.3.0...v1.4.0) (2017-03-02)

View File

@@ -1,6 +1,6 @@
{
"name": "typescript-starter",
"version": "1.4.0",
"version": "1.4.1",
"description": "A typescript starter for building javascript libraries and projects",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",