Skip to content

Commit

Permalink
Release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
richardvenneman committed Oct 19, 2016
1 parent 359e7e0 commit 29a411e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file going forward.

## [1.0.2]
Actually release built files, whoops!
## 1.0.3 (2016-10-19)
- Stop initialisation if required either input or label is not found (thanks @leptest!)

## [1.0.1]
npm - Properly assign regex variable in `removeClass` function, fix #16 (thanks @martinothamar!)
## 1.0.2 (2016-10-05)
- Actually release built files, whoops!

## [1.0.0]
## 1.0.1 (2016-10-05)
- Properly assign regex variable in `removeClass` function, fix #16 (thanks @martinothamar!)

## 1.0.0 (2016-07-13)
- Change default Webpack output to commonjs2 module
- Include globally built floatl.global.js
- Remove Gulp in favour of NPM scripts
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floatl",
"version": "1.0.2",
"version": "1.0.3",
"authors": [
"Richard Venneman <[email protected]>"
],
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": "floatl",
"version": "1.0.2",
"version": "1.0.3",
"description": "A library agnostic, pragmatic implementation of the Float Label Pattern",
"main": "lib/js/floatl.js",
"dependencies": {},
Expand Down

0 comments on commit 29a411e

Please sign in to comment.