diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc3092..b920704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.0](https://github.com/klarna-incubator/geofences-reducer/compare/v1.1.0...v1.2.0) (2023-09-28) + + +### Features + +* upgrade vicinityhash ([28e2d5a](https://github.com/klarna-incubator/geofences-reducer/commit/28e2d5ad9216d7859a9e4fc73e3a160ea6b00c15)) + + +### Bug Fixes + +* node 12 ([05dc0d9](https://github.com/klarna-incubator/geofences-reducer/commit/05dc0d9e6a39fa69da5ff7b92a74260aec83643e)) +* npm 6 ([fb2777d](https://github.com/klarna-incubator/geofences-reducer/commit/fb2777d3e7e29422915163d06d2dc63fe4e5eedd)) +* npm 6 ([b92a6a2](https://github.com/klarna-incubator/geofences-reducer/commit/b92a6a21a494cc4a1dea29831d82129fa052ef49)) +* remove unnecessary deduplication ([5bcb981](https://github.com/klarna-incubator/geofences-reducer/commit/5bcb98161799677b8108882238afb922d8643f59)) + ## [1.1.0](https://github.com/klarna-incubator/geofences-reducer/compare/v1.0.2...v1.1.0) (2023-03-06) diff --git a/package-lock.json b/package-lock.json index 32493d8..9f857d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@klarna/geofences-reducer", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22aab0a..0d161be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@klarna/geofences-reducer", - "version": "1.1.1", + "version": "1.2.0", "description": "Reduces overlapping geofences", "main": "dist/index.js", "types": "dist/index.d.ts",