diff --git a/README.md b/README.md index f69b48b..5abb832 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ ### latest +### 1.6.0 + +* chore: use node 18 +* chore: add GitHub workflow for building branch +* test: fix test after node 18 update + ### 1.5.0 * feature: `/excel/read` - New function: Read (and parse) uploaded excel file diff --git a/package.json b/package.json index d831309..dd5a132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hub-functions", - "version": "1.5.0", + "version": "1.6.0", "description": "Onify Hub Functions", "main": "app.js", "scripts": {