Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardvenneman committed Jul 13, 2016
1 parent 63d8a35 commit e2f8ad2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file going forward.

## [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
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": "0.3.0",
"version": "1.0.0",
"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": "0.3.0",
"version": "1.0.0",
"description": "A library agnostic, pragmatic implementation of the Float Label Pattern",
"main": "lib/js/floatl.js",
"dependencies": {},
Expand Down

0 comments on commit e2f8ad2

Please sign in to comment.