Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
Update changelog; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Nov 15, 2017
1 parent 4eba21a commit 8836a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `vue-table-component` will be documented in this file.

## 1.7.1 - 2017-11-15
## 1.8.0 - 2017-11-15
- Added a per-row click listener `<table-component @rowClick="handle">`
- Removed lodash dependency for a leaner build size
- Republished package due to build issues
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": "vue-table-component",
"version": "1.7.1",
"version": "1.8.0",
"description": "A straightforward Vue component to filter and sort tables",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
Expand Down

0 comments on commit 8836a7d

Please sign in to comment.