Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.3](v1.0.2...v1.0.3) (2021-09-30)

### Bug Fixes

* allow configuration of radius ([#26](#26)) ([8a8a0f0](8a8a0f0))

### Miscellaneous Chores

* **deps-dev:** bump @babel/preset-env from 7.14.5 to 7.15.6 ([#12](#12)) ([74aa022](74aa022))
* **deps-dev:** bump @googlemaps/js-api-loader from 1.12.3 to 1.12.4 ([#16](#16)) ([5dac39e](5dac39e))
* **deps-dev:** bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5 ([#17](#17)) ([dcf04a0](dcf04a0))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#10](#10)) ([e03129d](e03129d))
* **deps-dev:** bump @typescript-eslint/parser from 4.24.0 to 4.32.0 ([#13](#13)) ([9426b62](9426b62))
* **deps-dev:** bump chromedriver from 93.0.1 to 94.0.0 ([#11](#11)) ([b6c7b59](b6c7b59))
* **deps-dev:** bump core-js from 3.14.0 to 3.18.1 ([#14](#14)) ([914bdfd](914bdfd))
* **deps-dev:** bump eslint from 7.28.0 to 7.32.0 ([#18](#18)) ([bb1165f](bb1165f))
* **deps-dev:** bump geckodriver from 2.0.0 to 2.0.4 ([#15](#15)) ([e9a2f94](e9a2f94))
* **deps-dev:** bump selenium-webdriver from 4.0.0-beta.4 to 4.0.0-rc-1 ([#19](#19)) ([1a848dd](1a848dd))

### Documentation

* fix typos in comments ([#21](#21)) ([b12c38d](b12c38d))
* update default algorithm comment ([#24](#24)) ([9411b35](9411b35))
  • Loading branch information
semantic-release-bot committed Sep 30, 2021
1 parent 8a8a0f0 commit dd05637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "@googlemaps/markerclusterer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Creates and manages per-zoom-level clusters for large amounts of markers.",
"keywords": [
"cluster",
Expand Down

0 comments on commit dd05637

Please sign in to comment.