From dc4b28cd6f83c46527e1df879b6b5a02cd8ba953 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Mon, 13 Feb 2017 00:41:40 -0500 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5112829 --- /dev/null +++ b/CHANGELOG.md @@ -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. + + +# 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)) diff --git a/package.json b/package.json index 627ee34..d450217 100644 --- a/package.json +++ b/package.json @@ -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",