Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdanis committed Feb 7, 2020
1 parent 229e289 commit 916e31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
## [0.1.1]

- Fix auth
- Update Node to 12.15.0, [changelog](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.15.0)
- Unite logs location

## [0.1.0]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.1",
"author": "Peter Danis <peter.danis@outlook.com>",
"scripts": {
"build": "rmdir /Q /S build & nexe -i ./src/server.js -o ./build/Blue_Prism_AutomateC_API_server.exe -t windows-x64-12.14.1 && copy .\\assets\\*.* .\\build\\ && ren .\\build\\WinSW.NET4.exe Blue_Prism_AutomateC_API_installer.exe && powershell -Command \"(gc .sample-env) -replace 'NODE_ENV=development', 'NODE_ENV=production' -replace 'BP_API_FILELOG=false', 'BP_API_FILELOG=true' | Out-File -encoding ASCII ./build/.env\"",
"build": "rmdir /Q /S build & nexe -i ./src/server.js -o ./build/Blue_Prism_AutomateC_API_server.exe -t windows-x64-12.15.0 && copy .\\assets\\*.* .\\build\\ && ren .\\build\\WinSW.NET4.exe Blue_Prism_AutomateC_API_installer.exe && powershell -Command \"(gc .sample-env) -replace 'NODE_ENV=development', 'NODE_ENV=production' -replace 'BP_API_FILELOG=false', 'BP_API_FILELOG=true' | Out-File -encoding ASCII ./build/.env\"",
"debug": "set DEBUG=express:* & npm start",
"lint": "eslint src/**/*.js tests/**/*.js",
"start": "nodemon --watch .env --watch src ./src/server.js",
Expand Down

0 comments on commit 916e31b

Please sign in to comment.