Skip to content

Commit 96d9ced

Browse files
committed
chore(release): 0.0.1 [skip ci]
<a name="0.0.1"></a> ## [0.0.1](v0.0.0...v0.0.1) (2018-05-25) ### Bug Fixes * bust circle cache ([24f9dd5](24f9dd5)) * exit if nothing to commit ([3b79950](3b79950)) * init ([97389be](97389be)) * updated schema ([31c30ee](31c30ee))
1 parent 24f9dd5 commit 96d9ced

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<a name="0.0.1"></a>
2+
## [0.0.1](https://github.com/heroku/typescript-api-schema/compare/v0.0.0...v0.0.1) (2018-05-25)
3+
4+
5+
### Bug Fixes
6+
7+
* bust circle cache ([24f9dd5](https://github.com/heroku/typescript-api-schema/commit/24f9dd5))
8+
* exit if nothing to commit ([3b79950](https://github.com/heroku/typescript-api-schema/commit/3b79950))
9+
* init ([97389be](https://github.com/heroku/typescript-api-schema/commit/97389be))
10+
* updated schema ([31c30ee](https://github.com/heroku/typescript-api-schema/commit/31c30ee))

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroku-cli/typescript-api-schema",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"author": "Jeff Dickey @jdxcode",
55
"bugs": "https://github.com/heroku/typescript-api-schema/issues",
66
"devDependencies": {
@@ -19,5 +19,6 @@
1919
],
2020
"license": "MIT",
2121
"repository": "heroku/typescript-api-schema",
22-
"types": "lib/index.d.ts"
22+
"types": "lib/index.d.ts",
23+
"scripts": {}
2324
}

0 commit comments

Comments
 (0)