diff --git a/CHANGELOG.md b/CHANGELOG.md index 24062d1..1473dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.2](https://github.com/zillow/react-slider/compare/v2.0.1...v2.0.2) (2022-08-18) + + +### Bug Fixes + +* dual package extensions ([ef1cb1e](https://github.com/zillow/react-slider/commit/ef1cb1e8ac130362366dc9cbeb1bc96ac7b9cd3b)) + ### [2.0.1](https://github.com/zillow/react-slider/compare/v2.0.0...v2.0.1) (2022-05-16) ## [2.0.0](https://github.com/zillow/react-slider/compare/v1.3.1...v2.0.0) (2022-03-29) diff --git a/package-lock.json b/package-lock.json index 060832d..faa6d4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-slider", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 19fbf57..1578dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-slider", - "version": "2.0.1", + "version": "2.0.2", "description": "Slider component for React", "main": "dist/cjs/prod/index.js", "module": "dist/es/prod/index.mjs",