From 9afd5cc1449db69bc4ea325a31058ef480e85c0c Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sat, 11 Apr 2020 22:37:29 +1000 Subject: [PATCH] Version 1.2.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654c3fd..a7c66a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/package.json b/package.json index 9eeb1bb..64f45b9 100644 --- a/package.json +++ b/package.json @@ -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": [