Skip to content

Commit fc9e75e

Browse files
committed
Package publish
1 parent 1400de9 commit fc9e75e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 2.0.5 (October 27, 2020)
4+
5+
- publish
6+
7+
## 2.0.4 (October 27, 2020)
8+
9+
- Versions.
10+
311
## 2.0.3 (October 27, 2020)
412

513
### Improvements

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-execution-context",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Provides execution context wrapper for node JS, can be used to create execution wrapper for handling requests and more",
55
"author": "Oded Goldglas <odedglas@gmail.com>",
66
"license": "ISC",
@@ -13,7 +13,8 @@
1313
"scripts": {
1414
"test": "jest -c configuration/jest.config.js",
1515
"lint": "eslint .",
16-
"build": "webpack --config configuration/webpack.config"
16+
"build": "webpack --config configuration/webpack.config",
17+
"publish-package": "npm run build && npm run publish"
1718
},
1819
"keywords": [
1920
"node",

0 commit comments

Comments
 (0)