diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca8a61..89c475f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/blb-ventures/resource/compare/v0.10.0...v0.10.1) (2023-06-14) + + +### Bug Fixes + +* adds missing localization to addMultipleValidation ([a8dbb98](https://github.com/blb-ventures/resource/commit/a8dbb98fa8af9cfe1ea9c9c3ccacb81904dfb424)) + ## [0.10.0](https://github.com/blb-ventures/resource/compare/v0.9.4...v0.10.0) (2023-06-01) diff --git a/package-lock.json b/package-lock.json index 8500fc4..9e0b388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blb-ventures/resource", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@blb-ventures/resource", - "version": "0.10.0", + "version": "0.10.1", "license": "ISC", "devDependencies": { "@blb-ventures/eslint-config": "^0.1.6", diff --git a/package.json b/package.json index d1186fc..1f5c039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blb-ventures/resource", - "version": "0.10.0", + "version": "0.10.1", "description": "", "main": "./lib/index.js", "module": "./lib/index.mjs",