diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9bb13cf..22e2379 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.18" + ".": "0.5.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e983eb0..fec605d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.5.19](https://github.com/phi-ag/argon2/compare/v0.5.18...v0.5.19) (2026-02-27) + + +### Miscellaneous Chores + +* **deps:** update dependency @types/node to v25.3.0 ([1bb1ffb](https://github.com/phi-ag/argon2/commit/1bb1ffb5ae0312d901c80b30cc712ee817150c1d)) +* **deps:** update dependency eslint to v10.0.1 ([24e536f](https://github.com/phi-ag/argon2/commit/24e536fe700e8cc27a1038d5f7c3ad364a9b5ade)) +* **deps:** update dependency eslint to v10.0.2 ([3a5f759](https://github.com/phi-ag/argon2/commit/3a5f75906a94f3cb4ad5db3ddd17e96caf820ec3)) +* **deps:** update dependency typescript-eslint to v8.56.1 ([b0c21e6](https://github.com/phi-ag/argon2/commit/b0c21e622910accde4de85ecfe2af4717f4f48aa)) +* **deps:** update emscripten/emsdk docker tag to v5.0.2 ([52a07e1](https://github.com/phi-ag/argon2/commit/52a07e1fd479a56caf4bb30956b7960e0a598390)) +* **deps:** update node.js to v25.7.0 ([a8d3efa](https://github.com/phi-ag/argon2/commit/a8d3efa3d80534e76f13af5ba9fbc22ee3aa40f6)) +* **deps:** update phi-ag/run-playwright digest to e2545af ([feb93e0](https://github.com/phi-ag/argon2/commit/feb93e0a55e8f8e3dc0d3f303c0af49de7090f40)) +* **deps:** update pnpm to v10.30.0 ([e50d124](https://github.com/phi-ag/argon2/commit/e50d12438dcd51f1a1d66c4d4863992adbed7378)) +* **deps:** update pnpm to v10.30.1 ([41c809f](https://github.com/phi-ag/argon2/commit/41c809fc5b33e86cc1c72369018a3b72cff29896)) +* **deps:** update pnpm to v10.30.2 ([5284fa9](https://github.com/phi-ag/argon2/commit/5284fa99757f7e72caccdb5e133c3f43e2e3da77)) + ## [0.5.18](https://github.com/phi-ag/argon2/compare/v0.5.17...v0.5.18) (2026-02-20) diff --git a/package.json b/package.json index 4eb63d8..006cca9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@phi-ag/argon2", - "version": "0.5.18", + "version": "0.5.19", "license": "MIT", "description": "Minimal Argon2 WebAssembly SIMD build", "repository": {