From 5a60a27912b4e647e4e33970f0e6d7d845802149 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Mon, 7 Dec 2020 08:44:27 -0700 Subject: [PATCH] 3.1.1 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d3eda..82445ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v3.1.0](https://github.com/little-core-labs/date-input-polyfill/compare/v3.0.6...v3.1.0) +## [v3.1.1](https://github.com/little-core-labs/date-input-polyfill/compare/v3.1.0...v3.1.1) + +### Merged + +- Bump dateformat from 3.0.3 to 4.3.1 [`#13`](https://github.com/little-core-labs/date-input-polyfill/pull/13) + +### Commits + +- chore: update deps (postcss mostly) and rebuild [`aa16fa1`](https://github.com/little-core-labs/date-input-polyfill/commit/aa16fa11224581392627ea4c7033135508b6ea10) + +## [v3.1.0](https://github.com/little-core-labs/date-input-polyfill/compare/v3.0.6...v3.1.0) - 2020-11-03 ### Commits diff --git a/package.json b/package.json index 9d3bf86..63358bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@12core/date-input-polyfill", - "version": "3.1.0", + "version": "3.1.1", "description": "Automatically adds datepickers to input[type=date] on IE, Firefox, and OS X Safari.", "main": "dist/date-input-polyfill.umd.js", "module": "dist/date-input-polyfill.esm.js",