Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Jan 31, 2021
1 parent 10f8e79 commit da2e303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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/).

## 1.4.0 – 2021-01-31
### Added
- New `momentTimezoneContext` option for handling webpack dependencies outside `node_modules` (PR #35 — thanks to @diniciacci).

## 1.3.0 – 2020-05-01
### Added
- Support `webpack` version 5.
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.3.0",
"version": "1.4.0",
"description": "Remove unneeded data from moment-timezone in a webpack build",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit da2e303

Please sign in to comment.