@peers-app/peers-sdk 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peers-app/peers-sdk",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/peers-app/peers-sdk.git"
@@ -24,9 +24,9 @@
24
24
  "build": "yarn clean && tsc",
25
25
  "dev": "tsc -w",
26
26
  "test": "jest",
27
- "release:patch": "yarn build && npm version patch && git push --tags",
28
- "release:minor": "yarn build && npm version minor && git push --tags",
29
- "release:major": "yarn build && npm version major && git push --tags",
27
+ "release:patch": "yarn build && npm version patch && git push && git push --tags",
28
+ "release:minor": "yarn build && npm version minor && git push && git push --tags",
29
+ "release:major": "yarn build && npm version major && git push && push --tags",
30
30
  "release": "yarn release:patch"
31
31
  },
32
32
  "dependencies": {