Skip to content

Commit

Permalink
release: 3.3.0 - 2020-05-24T12:53:36.058Z [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.0](v3.2.2...v3.3.0) (2020-05-24)

### 🧩 Features

* re-export constants so they can be used by library consumers ([1a5e214](1a5e214))

### 💉 Improvements

* update all deps and make release workflow work with external config ([2cf5513](2cf5513))
* update node image during ci ([17c821f](17c821f))
* use external release-config to publish new releases with automated CHANGELOG.md ([81b4bce](81b4bce))
  • Loading branch information
semantic-release-bot committed May 24, 2020
1 parent 17c821f commit f7e5cd8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [3.3.0](https://github.com/manuelbieh/geolib/compare/v3.2.2...v3.3.0) (2020-05-24)


### 🧩 Features

* re-export constants so they can be used by library consumers ([1a5e214](https://github.com/manuelbieh/geolib/commit/1a5e214b78f15ef9783d0fda5c22c97c39c71a13))


### 💉 Improvements

* update all deps and make release workflow work with external config ([2cf5513](https://github.com/manuelbieh/geolib/commit/2cf5513992ba431414212596d6858cf6765cf8c5))
* update node image during ci ([17c821f](https://github.com/manuelbieh/geolib/commit/17c821f0104f75af1e37d90bd92e7eee2065fb71))
* use external release-config to publish new releases with automated CHANGELOG.md ([81b4bce](https://github.com/manuelbieh/geolib/commit/81b4bce833abea83fecd538126c348f27eee1810))

## v2.0.24

- Dropped support for IE6, IE7, IE8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geolib",
"version": "3.2.2",
"version": "3.3.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit f7e5cd8

Please sign in to comment.