Skip to content

Commit 7cf9143

Browse files
googlemaps-botusefulthink
authored andcommitted
chore(main): release 2.0.2
1 parent 12aa163 commit 7cf9143

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.2](https://github.com/googlemaps/js-api-loader/compare/v2.0.1...v2.0.2) (2025-10-29)
4+
5+
6+
### Bug Fixes
7+
8+
* replace `__DEV__` with `process.env.NODE_ENV` for environment checks ([e7279fe](https://github.com/googlemaps/js-api-loader/commit/e7279feee9739a46becfc9c36e3fc9e3c674d0ee))
9+
310
## [2.0.1](https://github.com/googlemaps/js-api-loader/compare/v2.0.0...v2.0.1) (2025-09-30)
411

512

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": "module",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",
66
"keywords": [
77
"google",

0 commit comments

Comments
 (0)