Skip to content

Commit 959ea63

Browse files
chore(main): release 1.16.6 (#832)
1 parent 1a50235 commit 959ea63

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.16.6](https://github.com/googlemaps/js-api-loader/compare/v1.16.5...v1.16.6) (2024-02-16)
4+
5+
6+
### Bug Fixes
7+
8+
* change filename for esm build to use .mjs extension ([#831](https://github.com/googlemaps/js-api-loader/issues/831)) ([1a50235](https://github.com/googlemaps/js-api-loader/commit/1a50235c6c42611bbe6b0efc9c4c246a7b3e8a59))
9+
* move @rollup/plugin-terser to devDependencies ([#830](https://github.com/googlemaps/js-api-loader/issues/830)) ([2d95119](https://github.com/googlemaps/js-api-loader/commit/2d951197b6256ae82a51d555549cbdb900d4e208))
10+
311
## [1.16.5](https://github.com/googlemaps/js-api-loader/compare/v1.16.4...v1.16.5) (2024-02-16)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@googlemaps/js-api-loader",
33
"type": "commonjs",
4-
"version": "1.16.5",
4+
"version": "1.16.6",
55
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",
66
"keywords": [
77
"google",

0 commit comments

Comments
 (0)