Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.5](v1.0.4...v1.0.5) (2021-10-06)

### Bug Fixes

* correctly handle marker updates ([#56](#56)) ([c52c729](c52c729))
* remove extra ring from default renderer ([#57](#57)) ([348370c](348370c))

### Miscellaneous Chores

* Created local 'SECURITY.md' from remote 'SECURITY.md' ([#45](#45)) ([549a0e1](549a0e1))
* **deps-dev:** bump @googlemaps/jest-mocks from 1.3.2 to 1.3.3 ([#53](#53)) ([03881b9](03881b9))
* **deps-dev:** bump @googlemaps/js-api-loader from 1.12.4 to 1.12.5 ([#54](#54)) ([7b03336](7b03336))
* **deps-dev:** bump @rollup/plugin-html from 0.2.3 to 0.2.4 ([#46](#46)) ([95071d3](95071d3))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#49](#49)) ([2b573c3](2b573c3))
* **deps-dev:** bump @typescript-eslint/parser from 4.32.0 to 4.33.0 ([#50](#50)) ([bd0932c](bd0932c))
* **deps-dev:** bump core-js from 3.18.1 to 3.18.2 ([#52](#52)) ([77fd7c4](77fd7c4))
* **deps-dev:** bump eslint-plugin-jest from 24.5.0 to 24.5.2 ([#48](#48)) ([762efae](762efae))
* **deps-dev:** bump rollup from 2.57.0 to 2.58.0 ([#47](#47)) ([c4723ac](c4723ac))
* **deps-dev:** bump typedoc from 0.22.4 to 0.22.5 ([#51](#51)) ([47dab04](47dab04))
* **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([#40](#40)) ([44091c3](44091c3))
* **deps:** bump glob-parent from 5.1.1 to 5.1.2 ([#37](#37)) ([87c7061](87c7061))
* **deps:** bump hosted-git-info from 2.8.8 to 2.8.9 ([#43](#43)) ([221b125](221b125))
* **deps:** bump lodash from 4.17.20 to 4.17.21 ([#42](#42)) ([fe50ec8](fe50ec8))
* **deps:** bump node-notifier from 8.0.0 to 8.0.2 ([#39](#39)) ([dd4bda4](dd4bda4))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([#36](#36)) ([3cf7df9](3cf7df9))
* **deps:** bump tmpl from 1.0.4 to 1.0.5 ([#38](#38)) ([bf9b170](bf9b170))
* **deps:** bump ws from 7.4.0 to 7.5.5 ([#41](#41)) ([e369dcf](e369dcf))
* **deps:** bump y18n from 4.0.0 to 4.0.3 ([#44](#44)) ([b3ae6dc](b3ae6dc))
* Synced local '.github/' with remote 'sync-files/js/.github/' ([#33](#33)) ([9b83ff7](9b83ff7))
* Synced local '.github/' with remote 'sync-files/js/.github/' ([#35](#35)) ([a110410](a110410))
  • Loading branch information
semantic-release-bot committed Oct 6, 2021
1 parent 348370c commit a1e70c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 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": "1.0.4",
"version": "1.0.5",
"description": "Creates and manages per-zoom-level clusters for large amounts of markers.",
"keywords": [
"cluster",
Expand Down

0 comments on commit a1e70c0

Please sign in to comment.