diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a236e66 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/DouglasNeuroInformatics/libpasswd/compare/v0.0.1...v0.0.2) (2024-08-16) + + +### Bug Fixes + +* exclude test file from published code ([5c8a94e](https://github.com/DouglasNeuroInformatics/libpasswd/commit/5c8a94ea7a85666591049aa633202039a1231b20)) diff --git a/package.json b/package.json index 0fbc8cb..401c301 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@douglasneuroinformatics/libpasswd", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "packageManager": "pnpm@9.3.0", "description": "A library for estimating the strength of passwords", "author": "Joshua Unrau",