Skip to content

Commit

Permalink
Merge pull request #11 from klarna-incubator/release-please--branches…
Browse files Browse the repository at this point in the history
…--master--components--geofences-reducer

chore(master): release 1.2.0
  • Loading branch information
filipecorrea committed Sep 28, 2023
2 parents 056f70a + 081f8b6 commit f38ddfe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f38ddfe

Please sign in to comment.