Skip to content

Commit

Permalink
chore(main): release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Jan 31, 2025
1 parent b3915fb commit 645c6a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.6.0](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.4...v2.6.0) (2025-01-31)


### Features

* replaced fast-deep-equal with fast-equals ([#893](https://github.com/googlemaps/js-markerclusterer/issues/893)) ([b3915fb](https://github.com/googlemaps/js-markerclusterer/commit/b3915fb9a4dec6f65bfba3612e66849b56bdda98))


### Bug Fixes

* update dependencies, fix typescript issues, repair tests ([#819](https://github.com/googlemaps/js-markerclusterer/issues/819)) ([e554366](https://github.com/googlemaps/js-markerclusterer/commit/e554366ba3960530dfed939a45d84d934cd3f3fc))
* update README to template ([#933](https://github.com/googlemaps/js-markerclusterer/issues/933)) ([ee38056](https://github.com/googlemaps/js-markerclusterer/commit/ee38056616fc8dd41b9a163d60f7e6b98f9ac920))

## [2.5.4](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.3...v2.5.4) (2024-07-26)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@googlemaps/markerclusterer",
"version": "2.5.4",
"version": "2.6.0",
"description": "Creates and manages per-zoom-level clusters for large amounts of markers.",
"keywords": [
"cluster",
Expand Down

0 comments on commit 645c6a2

Please sign in to comment.