Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.18"
".": "0.5.19"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.19](https://github.com/phi-ag/argon2/compare/v0.5.18...v0.5.19) (2026-02-26)


### 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 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))

## [0.5.18](https://github.com/phi-ag/argon2/compare/v0.5.17...v0.5.18) (2026-02-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down