Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed May 1, 2020
1 parent ba638f7 commit df9860e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ All notable public changes to this project will be documented in this file (the
Development-only changes (e.g. updates to `devDependencies`) will not be listed here, as they don’t affect the public API.
This project adheres to [Semantic Versioning](http://semver.org/).

## _Unreleased_
## 1.3.0 – 2020-05-01
### Added
- Support `webpack` version 5.

### Fixed
- Fixed an error when using `matchCountries` with a country that references `links` as well as `zones` (#27).
- Fixed an error when using `matchCountries` with a country that references `links` as well as `zones` (#27, #28).

## 1.2.0 – 2020-04-11
### Added
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": "moment-timezone-data-webpack-plugin",
"version": "1.2.0",
"version": "1.3.0",
"description": "Remove unneeded data from moment-timezone in a webpack build",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit df9860e

Please sign in to comment.