Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richardvenneman committed Oct 5, 2016
1 parent bf8fac7 commit e7b2c58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# 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.1]
- Properly assign regex variable in `removeClass` function, fix #16 (thanks @martinothamar!)
npm - Properly assign regex variable in `removeClass` function, fix #16 (thanks @martinothamar!)

## [1.0.0]
- Change default Webpack output to commonjs2 module
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.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"description": "A library agnostic, pragmatic implementation of the Float Label Pattern",
"main": "lib/js/floatl.js",
"dependencies": {},
Expand Down

0 comments on commit e7b2c58

Please sign in to comment.