Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 7, 2020
1 parent aa16fa1 commit 5a60a27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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": "@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",
Expand Down

0 comments on commit 5a60a27

Please sign in to comment.