From 7f5256b11f4a89c29b87ec09de21db0d38a37f52 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 5 Sep 2022 15:41:54 +0200 Subject: [PATCH] Release new version. --- CHANGES.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9145729..ae3cfbc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,24 @@ +## [3.1.0](https://github.com/patternslib/pat-sortable-table/compare/3.0.0...3.1.0) (2022-09-05) + + +### Features + + +* Support ajax/serverSide options of DataTables. ([c114a7a](https://github.com/patternslib/pat-sortable-table/commit/c114a7a3480193d9f39e8011cd841f3fa0063d0c)), closes [syslabcom/scrum#562](https://github.com/syslabcom/scrum/issues/562)Refs syslabcom/scrum#562 + + +### Maintenance + + +* Unlink and re-install depenencies. ([131b4d7](https://github.com/patternslib/pat-sortable-table/commit/131b4d7f304f3012ed87f7c678e069d515682c69)) + +* Update webpack config. ([c21957c](https://github.com/patternslib/pat-sortable-table/commit/c21957c51ff06a55571826ba1a38b6ee6918d10a)) + +* Upgrade dependencies. ([b737d10](https://github.com/patternslib/pat-sortable-table/commit/b737d102693106d12c0882de5e8c4637bac1a34b)) + ## [3.0.0](https://github.com/patternslib/pat-sortable-table/compare/3.0.0-alpha.0...3.0.0) (2022-06-28) diff --git a/package.json b/package.json index c4688dd..f6c6eed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/pat-sortable-table", - "version": "3.0.0", + "version": "3.1.0", "description": "A pattern for interactive tables.", "license": "MIT", "main": "./src/pat-sortable-table.js",