Skip to content

Commit

Permalink
chore(release): 2.1.4 [skip ci]
Browse files Browse the repository at this point in the history
### [2.1.4](v2.1.3...v2.1.4) (2023-05-24)

### Bug Fixes

* release Marker fix ([#641](#641)) ([d7c36bc](d7c36bc))

### Code Refactoring

* **algo:** cleanup utils ([#630](#630)) ([ab713ad](ab713ad))
* **Cluster:** cleanup ([#629](#629)) ([3c7e86e](3c7e86e))
* exports Marker from marker-utils ([#641](#641)) ([40b33c8](40b33c8))
* noop only needs the markers ([#631](#631)) ([a2e5d52](a2e5d52))
* **SuperClusterAlgorithm:** code cleanup ([#632](#632)) ([50faccf](50faccf))
* **utils:** add type guard to isAdvancedMarker ([#628](#628)) ([4c041a3](4c041a3))

### Miscellaneous Chores

* **deps-dev:** bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 ([#636](#636)) ([82361d8](82361d8))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#639](#639)) ([a91b3a0](a91b3a0))
* **deps-dev:** bump @typescript-eslint/parser from 5.59.6 to 5.59.7 ([#637](#637)) ([4fc1b4d](4fc1b4d))
* **deps-dev:** bump chromedriver from 111.0.0 to 113.0.0 ([#638](#638)) ([a4b0418](a4b0418))
* **deps-dev:** bump eslint from 7.32.0 to 8.41.0 ([#635](#635)) ([8be38ff](8be38ff))
* **deps-dev:** bump geckodriver from 3.2.0 to 4.0.0 ([#633](#633)) ([e132fa2](e132fa2))
* **deps-dev:** bump typedoc from 0.23.28 to 0.24.7 ([#634](#634)) ([7baab4f](7baab4f))
* Update release.yml ([e9f8f83](e9f8f83))
* Update release.yml ([b184ce4](b184ce4))
* Update release.yml ([e8eecf4](e8eecf4))
* Update release.yml ([7d0e658](7d0e658))
* Update release.yml ([5235647](5235647))
* Update release.yml ([f4fe8b5](f4fe8b5))
  • Loading branch information
semantic-release-bot committed May 24, 2023
1 parent d7c36bc commit df9742a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.3",
"version": "2.1.4",
"description": "Creates and manages per-zoom-level clusters for large amounts of markers.",
"keywords": [
"cluster",
Expand Down

0 comments on commit df9742a

Please sign in to comment.