Skip to content

Commit 749f6da

Browse files
committed
chore(release): 0.1.0
1 parent 1861bc5 commit 749f6da

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.1.0"></a>
6+
# 0.1.0 (2018-01-15)
7+
8+
9+
### Features
10+
11+
* **loading:** loading state HOC ([2f3a97f](https://github.com/abhiaiyer91/recompose-apollo/commit/2f3a97f))

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "recompose-apollo",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Recompose HOCs utils for Apollo",
5-
"main": "dist/index.js",
5+
"main": "lib/index.js",
66
"author": "Abhi Aiyer",
77
"license": "MIT",
88
"module": "src/index.js",
@@ -11,7 +11,9 @@
1111
"recompose": "0.26.0"
1212
},
1313
"scripts": {
14-
"build": "rollup -c rollup.config.js"
14+
"build": "rollup -c rollup.config.js",
15+
"prepublish": "npm run build",
16+
"release": "standard-version"
1517
},
1618
"bundlesize": [
1719
{
@@ -35,7 +37,8 @@
3537
"babel-preset-stage-0": "^6.24.1",
3638
"rollup": "^0.54.0",
3739
"rollup-plugin-babel": "^3.0.3",
38-
"rollup-plugin-babel-minify": "^3.1.2"
40+
"rollup-plugin-babel-minify": "^3.1.2",
41+
"standard-version": "^4.3.0"
3942
},
4043
"dependencies": {
4144
"rollup-plugin-node-resolve": "^3.0.2"

0 commit comments

Comments
 (0)