Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardvenneman committed Oct 5, 2016
1 parent 26864c6 commit fb18fb1
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.1]
- Properly assign regex variable in `removeClass` function, fix #16 (thanks @martinothamar!)

## [1.0.0]
- Change default Webpack output to commonjs2 module
- Include globally built floatl.global.js
- Remove Gulp in favour of NPM scripts
- Start using changelog
- Start using changelog
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.0",
"version": "1.0.1",
"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.0",
"version": "1.0.1",
"description": "A library agnostic, pragmatic implementation of the Float Label Pattern",
"main": "lib/js/floatl.js",
"dependencies": {},
Expand Down

0 comments on commit fb18fb1

Please sign in to comment.