Skip to content

Commit

Permalink
chore(release): 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jul 19, 2022
1 parent 6ed73d5 commit fb90c73
Show file tree
Hide file tree
Showing 3 changed files with 2,619 additions and 1,644 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.28](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.27...v0.0.28) (2022-07-19)


### Features

* :label: define types for events emitted by component (sortTable, rowClicked, changePageSize) ([6ed73d5](https://github.com/a-luna/svelte-simple-tables/commit/6ed73d5f7475d6222551e253791bddcbbed888e8))

### [0.0.27](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.26...v0.0.27) (2022-07-19)

### [0.0.26](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.25...v0.0.26) (2022-07-07)
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": "@a-luna/svelte-simple-tables",
"version": "0.0.27",
"version": "0.0.28",
"license": "MIT",
"description": "Accessible, sortable, paginated table component",
"author": "Aaron Luna (https://github.com/a-luna)",
Expand Down
Loading

0 comments on commit fb90c73

Please sign in to comment.