Skip to content

Commit 43badc2

Browse files
committed
chore(release): 0.2.0
1 parent 5b6ee07 commit 43badc2

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="0.2.0"></a>
6+
# [0.2.0](https://github.com/smooth-code/graphql-directive/compare/v0.1.1...v0.2.0) (2018-01-09)
7+
8+
9+
### Features
10+
11+
* add support for graphql v0.12 ([285e59d](https://github.com/smooth-code/graphql-directive/commit/285e59d)), closes [#2](https://github.com/smooth-code/graphql-directive/issues/2)
12+
13+
14+
515
<a name="0.1.1"></a>
616
## [0.1.1](https://github.com/smooth-code/graphql-directive/compare/v0.1.0...v0.1.1) (2017-12-13)
717

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-directive",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"main": "lib/index.js",
55
"repository": "git@github.com:smooth-code/graphql-directive.git",
66
"author": "Greg Bergé <greg@smooth-code.com>",
@@ -13,14 +13,12 @@
1313
],
1414
"license": "MIT",
1515
"scripts": {
16-
"build":
17-
"rm -rf lib/ && NODE_ENV=production babel src -d lib --ignore \"*.test.js\"",
16+
"build": "rm -rf lib/ && NODE_ENV=production babel src -d lib --ignore \"*.test.js\"",
1817
"ci": "./scripts/ci.sh",
1918
"format": "prettier --write \"src/**/*.js\"",
2019
"lint": "eslint .",
2120
"prepublishOnly": "yarn build",
22-
"release":
23-
"yarn build && standard-version && conventional-github-releaser -p angular",
21+
"release": "yarn build && standard-version && conventional-github-releaser -p angular",
2422
"test": "jest"
2523
},
2624
"jest": {

0 commit comments

Comments
 (0)