Skip to content

Commit

Permalink
updated to version 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian committed Jan 9, 2019
1 parent 00ea84b commit 599b638
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.23.2] - 2019-01-08

### Fixed

- Prevent the form to be submitted on selecting a value via ENTER key within the select / #GH-51

## [1.23.1] - 2019-01-07

### Fixed
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datalist-polyfill",
"description": "A minimal and dependency-free vanilla JavaScript datalist polyfill. Supports all standard's functionality as well as mimics other browsers behavior.",
"version": "1.23.1",
"version": "1.23.2",
"homepage": "https://github.com/mfranzke/datalist-polyfill",
"authors": [
{
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datalist-polyfill",
"version": "1.23.1",
"version": "1.23.2",
"description": "A minimal and dependency-free vanilla JavaScript datalist polyfill. Supports all standard's functionality as well as mimics other browsers behavior.",
"main": "datalist-polyfill.js",
"scripts": {

0 comments on commit 599b638

Please sign in to comment.