diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a30a7..78d8c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.5.0](https://github.com/filipecorrea/vicinityhash/compare/v2.4.3...v2.5.0) (2024-12-11) + + +### Features + +* node 22 ([0ba3427](https://github.com/filipecorrea/vicinityhash/commit/0ba3427c80782e0df531b3bcd7d65b0b9eafdea2)) + + +### Bug Fixes + +* lock dependencies versions ([2056b13](https://github.com/filipecorrea/vicinityhash/commit/2056b13b27a59a460960cc3d6ab2f663e02af8c1)) + ## [2.4.3](https://github.com/filipecorrea/vicinityhash/compare/v2.4.2...v2.4.3) (2024-01-17) diff --git a/package-lock.json b/package-lock.json index 170beea..2abe453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vicinityhash", - "version": "2.4.3", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vicinityhash", - "version": "2.4.3", + "version": "2.5.0", "license": "Apache-2.0", "dependencies": { "ngeohash": "0.6.3" diff --git a/package.json b/package.json index 4a87cab..8711c72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vicinityhash", - "version": "2.4.3", + "version": "2.5.0", "description": "Geohashes based on latitude, longitude and radius", "main": "dist/index.js", "types": "dist/index.d.ts",