chore(release): 1.1.0
This commit is contained in:
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
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.1.0"></a>
|
||||
# 1.1.0 (2017-02-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **examples:** improve browser usage example ([c8199e7](https://github.com/bitjson/node-typescript-starter/commit/c8199e7))
|
||||
* **starter:** add changelogs and examples ([5f18048](https://github.com/bitjson/node-typescript-starter/commit/5f18048))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "es7-typescript-starter",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "An es7/typescript starter for building javascript libraries",
|
||||
"main": "build/main/index.js",
|
||||
"typings": "build/main/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user