File tree 4 files changed +18
-3
lines changed
4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
<a name =" 0.9.0 " ></a >
7
15
# [ 0.9.0] ( https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0 ) (2018-02-19)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.4.0" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"packages" : [
5
5
" packages/*" ,
6
6
" packages/registry/syncano/organization" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
<a name =" 0.9.0 " ></a >
7
15
# [ 0.9.0] ( https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0 ) (2018-02-19)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @syncano/client" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " Interact with your Syncano Sockets." ,
5
5
"main" : " lib/index.js" ,
6
6
"unpkg" : " dist/syncano-client.min.js" ,
17
17
"prepublish" : " npm run build" ,
18
18
"prebuild" : " npm run clean" ,
19
19
"precommit" : " lint-staged" ,
20
- "postversion" : " git push origin $CIRCLE_BRANCH && git push origin $CIRCLE_BRANCH --tags" ,
21
20
"build" : " npx webpack && npx babel src --out-dir lib" ,
22
21
"build:watch" : " npx babel src --watch --out-dir lib" ,
23
22
"clean" : " rm -rf ./dist && rm -rf ./lib" ,
You can’t perform that action at this time.
0 commit comments