Skip to content

Commit

Permalink
changelog v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Feb 2, 2020
1 parent 26006aa commit 851cb2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.2] - 2020-02-02

### Changed
* Added CJS & UMD minified builds

## [4.0.1] - 2020-01-22

### Fixed
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": "react-medium-image-zoom",
"version": "4.0.1",
"version": "4.0.2",
"description": "Accessible medium.com-style image zoom for React",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 851cb2b

Please sign in to comment.