Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Apr 11, 2020
1 parent d0d1054 commit 9afd5cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ 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.2.0 – 2020-04-11
### Added
- Support `countries` data for `moment-timezone` versions `0.5.28` and later (#22).
- Filter `countries` list based on matching zones.
- New `matchCountries` filtering option to select all zones for a given set of countries.

### Changed
- Minor performance improvements (PR #25).

## 1.1.0 – 2019-06-17
### Added
- New `cacheDir` option (PR #11 — thanks to @sgomes).
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.1.0",
"version": "1.2.0",
"description": "Remove unneeded data from moment-timezone in a webpack build",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit 9afd5cc

Please sign in to comment.