Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joyheron committed Sep 5, 2023
1 parent d999e68 commit e2adbb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
Unreleased
----------

- tbd


2.0.0 - 2023-09-05
------------------

- [major] changed package name from `tabelle` to `@innoq/tabelle`
- modify package name in `package.json` to `@innoq/tabelle`
- update imports to import from `"@innoq/tabelle/..."` instead of `"tabelle/.."`
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": "@innoq/tabelle",
"version": "1.4.3",
"version": "2.0.0",
"description": "A library for generating pretty filterable and sortable tables that use your backend of choice",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e2adbb0

Please sign in to comment.