diff --git a/CHANGELOG.md b/CHANGELOG.md index 59642e2..30bb905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm Unreleased ---------- +- tbd + + +2.0.1 - 2023-09-06 +------------------ + - [patch] updated documentation in README diff --git a/package.json b/package.json index 78b8378..a88f004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@innoq/tabelle", - "version": "2.0.0", + "version": "2.0.1", "description": "A library for generating pretty filterable and sortable tables that use your backend of choice", "main": "lib/index.js", "scripts": {