Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Mar 29, 2015
1 parent bb1345b commit a7988a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
@@ -0,0 +1,7 @@
0.1.0 / 2015-03-29
==================

* Initial release:
* Delete table
* Add/Delete row
* Add/Delete column
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "tabellion",
"version": "0.0.0",
"description": "Table manipulation made easy",
"version": "0.1.0",
"description": "Table manipulation made easy, add/remove rows and cells.",
"main": "dist/tabellion.js",
"scripts": {
"bundle": "node_modules/.bin/babel lib/table.js --out-file dist/tabellion.js",
Expand Down

0 comments on commit a7988a4

Please sign in to comment.