Skip to content

Commit d0377d2

Browse files
release: 3.3.2 - 2021-10-11T15:15:09.783Z [skip ci]
### [3.3.2](v3.3.1...v3.3.2) (2021-10-11) ### 🔧 Fixes * make native ESM importing from Node.js work ([7a850b7](7a850b7))
1 parent e2985e5 commit d0377d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [3.3.2](https://github.com/manuelbieh/geolib/compare/v3.3.1...v3.3.2) (2021-10-11)
2+
3+
4+
### 🔧 Fixes
5+
6+
* make native ESM importing from Node.js work ([7a850b7](https://github.com/manuelbieh/geolib/commit/7a850b784df3c342a10289e2c8da564d1297fbf1))
7+
18
### [3.3.1](https://github.com/manuelbieh/geolib/compare/v3.3.0...v3.3.1) (2020-05-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geolib",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)