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

chore(release): 2.1.1

This commit is contained in:
Jason Dreyzehner
2018-03-13 20:42:18 -04:00
parent 83fdc67c50
commit e68eddbe12
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.1.1"></a>
## [2.1.1](https://github.com/bitjson/typescript-starter/compare/v2.1.0...v2.1.1) (2018-03-14)
### Bug Fixes
* **CLI:** allow scoped npm package names ([83fdc67](https://github.com/bitjson/typescript-starter/commit/83fdc67)), closes [#68](https://github.com/bitjson/typescript-starter/issues/68)
<a name="2.1.0"></a>
# [2.1.0](https://github.com/bitjson/typescript-starter/compare/v2.0.3...v2.1.0) (2018-03-12)

2
package-lock.json generated
View File

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

View File

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