Skip to content

Commit 2119ed7

Browse files
committed
v0.9.1
1 parent 87fcfce commit 2119ed7

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.9.1"></a>
7+
## [0.9.1](https://github.com/Syncano/syncano-node/compare/v0.9.0...v0.9.1) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package undefined
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.4.0",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"packages": [
55
"packages/*",
66
"packages/registry/syncano/organization",

packages/lib-js-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.9.1"></a>
7+
## [0.9.1](https://github.com/Syncano/syncano-node/compare/v0.9.0...v0.9.1) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/client
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

packages/lib-js-client/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/client",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Interact with your Syncano Sockets.",
55
"main": "lib/index.js",
66
"unpkg": "dist/syncano-client.min.js",
@@ -17,7 +17,6 @@
1717
"prepublish": "npm run build",
1818
"prebuild": "npm run clean",
1919
"precommit": "lint-staged",
20-
"postversion": "git push origin $CIRCLE_BRANCH && git push origin $CIRCLE_BRANCH --tags",
2120
"build": "npx webpack && npx babel src --out-dir lib",
2221
"build:watch": "npx babel src --watch --out-dir lib",
2322
"clean": "rm -rf ./dist && rm -rf ./lib",

0 commit comments

Comments
 (0)