diff --git a/CHANGELOG.md b/CHANGELOG.md index c90a258..e5a900b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1](https://github.com/klarna/geofences-reducer/compare/v1.2.0...v1.2.1) (2023-09-29) + + +### Bug Fixes + +* github org ([1cfa3a0](https://github.com/klarna/geofences-reducer/commit/1cfa3a0d9f7e25b9f3d3fa96bc9e523a849681d3)) +* repolint path ([d8186fa](https://github.com/klarna/geofences-reducer/commit/d8186fa61d43722c639364c7cbd79a01c3328cb3)) + ## [1.2.0](https://github.com/klarna/geofences-reducer/compare/v1.1.0...v1.2.0) (2023-09-28) diff --git a/package-lock.json b/package-lock.json index 9f857d7..c71d136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@klarna/geofences-reducer", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c51d537..d08921d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@klarna/geofences-reducer", - "version": "1.2.0", + "version": "1.2.1", "description": "Reduces overlapping geofences", "main": "dist/index.js", "types": "dist/index.d.ts",