Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and peterhirn committed Jan 31, 2025
1 parent 9e87bf4 commit 618d5cd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
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.3.11"
".": "0.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/phi-ag/argon2/compare/v0.3.11...v0.4.0) (2025-01-31)


### Features

* compile with emulated 256-bit wide intrinsics ([9e87bf4](https://github.com/phi-ag/argon2/commit/9e87bf440d4a3dbb862a6820847cb51e99c0edf6))


### Miscellaneous Chores

* **deps:** update node.js to v23.7.0 ([e6120cd](https://github.com/phi-ag/argon2/commit/e6120cdf90170bc985d3193548fc43a365139866))

## [0.3.11](https://github.com/phi-ag/argon2/compare/v0.3.10...v0.3.11) (2025-01-30)


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.3.11",
"version": "0.4.0",
"license": "MIT",
"description": "Minimal Argon2 WebAssembly SIMD build",
"repository": {
Expand Down

0 comments on commit 618d5cd

Please sign in to comment.