Skip to content

Commit

Permalink
v4.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jul 12, 2024
1 parent 4799633 commit 89580d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [lts/*, 19.x, 18.x, 16.x, 14.x]
node-version: [22.x, 20.x, 18.x, 16.x]

runs-on: ${{ matrix.os }}

Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## 4.0.0-rc4 2024-07-12

* Dependency updates.


## 4.0.0-rc3 2024-07-11

* Dependency updates.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seneca",
"description": "A Microservices Framework for Node.js",
"version": "4.0.0-rc3",
"version": "4.0.0-rc4",
"license": "MIT",
"homepage": "http://senecajs.org",
"keywords": [
Expand Down Expand Up @@ -87,7 +87,7 @@
"eraro": "^3.0.1",
"fast-safe-stringify": "^2.1.1",
"gate-executor": "^3.1.1",
"gubu": "^8.1.0",
"gubu": "^8.2.1",
"@jsonic/jsonic-next": "2.12.1",
"lodash.defaultsdeep": "^4.6.1",
"lodash.flatten": "^4.4.0",
Expand All @@ -112,7 +112,7 @@
"lab-transform-typescript": "^3.0.1",
"lolex": "^6.0.0",
"prettier": "^3.3.2",
"seneca-entity": "^27.1.1",
"seneca-entity": "^27.2.0",
"seneca-error-test": "^0.2.2",
"seneca-promisify": "^3.7.2",
"summary": "^2.1.0",
Expand Down

0 comments on commit 89580d8

Please sign in to comment.