Skip to content

Commit 5a60a27

Browse files
committed
3.1.1
1 parent aa16fa1 commit 5a60a27

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v3.1.0](https://github.com/little-core-labs/date-input-polyfill/compare/v3.0.6...v3.1.0)
10+
## [v3.1.1](https://github.com/little-core-labs/date-input-polyfill/compare/v3.1.0...v3.1.1)
11+
12+
### Merged
13+
14+
- Bump dateformat from 3.0.3 to 4.3.1 [`#13`](https://github.com/little-core-labs/date-input-polyfill/pull/13)
15+
16+
### Commits
17+
18+
- chore: update deps (postcss mostly) and rebuild [`aa16fa1`](https://github.com/little-core-labs/date-input-polyfill/commit/aa16fa11224581392627ea4c7033135508b6ea10)
19+
20+
## [v3.1.0](https://github.com/little-core-labs/date-input-polyfill/compare/v3.0.6...v3.1.0) - 2020-11-03
1121

1222
### Commits
1323

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@12core/date-input-polyfill",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Automatically adds datepickers to input[type=date] on IE, Firefox, and OS X Safari.",
55
"main": "dist/date-input-polyfill.umd.js",
66
"module": "dist/date-input-polyfill.esm.js",

0 commit comments

Comments
 (0)