Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
 * chore: update dependency mocha to v10 (renovate[bot])
 * chore: update dependency async to ^3.2.5 (renovate[bot])
 * chore: update dependency express-ntlm to v2.7.0 (renovate[bot])
 * chore: update dependency eslint to ^8.56.0 (renovate[bot])
 * chore: lock file maintenance (renovate[bot])
 * chore: update commitlint monorepo to ^18.4.4 (renovate[bot])
 * chore: update github/codeql-action action to v2.23.0 (renovate[bot])
 * chore: drop Node.js 16 in CI (dhmlau)
 * chore: update actions/setup-node action to v4.0.1 (renovate[bot])
 * chore: drop Node.js 16 support (dhmlau)
 * fix: allow empty response body (braj1999)
 * chore: update github/codeql-action action to v2.22.9 (renovate[bot])
 * chore: update github/codeql-action action to v2.22.7 (renovate[bot])
 * chore: update dependency eslint to ^8.54.0 (renovate[bot])
 * chore: update github/codeql-action action to v2.22.6 (renovate[bot])
 * chore: update commitlint monorepo (renovate[bot])
 * chore: update dependency @commitlint/cli to ^18.2.0 (renovate[bot])
 * chore: update github/codeql-action action to v2.22.5 (renovate[bot])
 * chore!: drop support for Node.js < v16 (Rifa Achrinza)
 * ci: update Node.js test versions (Rifa Achrinza)
 * ci: pin GHA Actions (Rifa Achrinza)
 * chore: update commitlint monorepo to v18 (renovate[bot])
 * chore: update actions/setup-node action to v4 (renovate[bot])
 * chore: update dependency eslint to ^8.52.0 (renovate[bot])
 * chore: update commitlint monorepo to ^17.8.1 (renovate[bot])
  • Loading branch information
dhmlau committed Jan 17, 2024
1 parent 3b4d4b3 commit b76445b
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
54 changes: 54 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
2024-01-17, Version 4.0.0
=========================

* chore: update dependency mocha to v10 (renovate[bot])

* chore: update dependency async to ^3.2.5 (renovate[bot])

* chore: update dependency express-ntlm to v2.7.0 (renovate[bot])

* chore: update dependency eslint to ^8.56.0 (renovate[bot])

* chore: lock file maintenance (renovate[bot])

* chore: update commitlint monorepo to ^18.4.4 (renovate[bot])

* chore: update github/codeql-action action to v2.23.0 (renovate[bot])

* chore: drop Node.js 16 in CI (dhmlau)

* chore: update actions/setup-node action to v4.0.1 (renovate[bot])

* chore: drop Node.js 16 support (dhmlau)

* fix: allow empty response body (braj1999)

* chore: update github/codeql-action action to v2.22.9 (renovate[bot])

* chore: update github/codeql-action action to v2.22.7 (renovate[bot])

* chore: update dependency eslint to ^8.54.0 (renovate[bot])

* chore: update github/codeql-action action to v2.22.6 (renovate[bot])

* chore: update commitlint monorepo (renovate[bot])

* chore: update dependency @commitlint/cli to ^18.2.0 (renovate[bot])

* chore: update github/codeql-action action to v2.22.5 (renovate[bot])

* chore!: drop support for Node.js < v16 (Rifa Achrinza)

* ci: update Node.js test versions (Rifa Achrinza)

* ci: pin GHA Actions (Rifa Achrinza)

* chore: update commitlint monorepo to v18 (renovate[bot])

* chore: update actions/setup-node action to v4 (renovate[bot])

* chore: update dependency eslint to ^8.52.0 (renovate[bot])

* chore: update commitlint monorepo to ^17.8.1 (renovate[bot])


2023-10-16, Version 3.5.6
=========================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strong-soap",
"version": "3.5.6",
"version": "4.0.0",
"description": "A minimal node SOAP client",
"engines": {
"node": "18 || 20 || 21"
Expand Down

0 comments on commit b76445b

Please sign in to comment.