Skip to content

Commit 4a65bbf

Browse files
committed
Merge branch 'release/0.3.14-beta'
2 parents 6e3fcea + 4557dd1 commit 4a65bbf

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
node_modules/
33
temp/
44
data/
5+
builds/
56
config.ini
6-
*.iml
7+
*.iml

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [0.3.13] - 2018-01-09
9+
## [0.3.14] - 2018-01-09
1010

1111
### Changed
1212
- Fixed IRI TCP negotiation bug #4
13+
- Removed binaries from the versioning
1314

1415
## [0.3.12] - 2018-01-06
1516

bin/nelson-0.3.13-linux

-58.7 MB
Binary file not shown.

bin/nelson-0.3.13-macos

-59.3 MB
Binary file not shown.

bin/nelson-0.3.13-win.exe

-48.5 MB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nelson.cli",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/SemkoDev/nelson.cli.git"
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"test": "jest",
2020
"build": "rimraf dist/ && babel ./src --out-dir dist/ --ignore ./node_modules --ignore __tests__ --copy-files",
21-
"make:binaries": "rimraf bin/ && pkg -t node6-linux,node6-win,node6-macos -o bin/nelson-`cat package.json | jq -r '.version'` dist/nelson.js",
21+
"make:binaries": "rimraf builds/ && pkg -t node6-linux,node6-win,node6-macos -o builds/nelson-`cat package.json | jq -r '.version'` dist/nelson.js",
2222
"make": "npm run test && npm run build && npm run make:binaries"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)