Browse Source

chore(release): 2.0.0 [skip ci]

## [2.0.0](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.11...v2.0.0) (2022-01-05)

### ⚠ BREAKING CHANGES

* This library is now using named exports instead of default.

### Bug Fixes

* use named exports instead of default ([#411](https://github.com/googlemaps/js-markerwithlabel/issues/411)) ([ab2214b](ab2214b6d0))
main
semantic-release-bot 3 years ago
parent
commit
b9b70f5eed
  1. 2
      package-lock.json
  2. 2
      package.json

2
package-lock.json generated

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "@googlemaps/markerwithlabel",
"version": "1.3.11",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "@googlemaps/markerwithlabel",
"version": "1.3.11",
"version": "2.0.0",
"keywords": [
"label",
"google",

Loading…
Cancel
Save