From 3cd11bb20d1c2d9f4fd092b56a1167abd5fa0d0f Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Tue, 1 Aug 2017 16:55:09 -0700 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..602b9e7f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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. + + +# 0.1.0 (2017-08-01) + + +### Features + +* initial version ([32f0bf7](https://github.com/google/ts-style/commit/32f0bf7)) diff --git a/package.json b/package.json index f3a3b4c1..c0224476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-ts-style", - "version": "0.0.1", + "version": "0.1.0", "description": "Google TypeScript Style", "main": "build/src/index.js", "bin": {