diff --git a/CHANGELOG.md b/CHANGELOG.md index aa174379..c56b5955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.22.16 - 2020-07-25 + +This release is (also) of no substance, it was merely to get the CI system +to publish to NPM. + ## 0.22.15 - 2020-07-25 This release is of no substance, it was merely to get the CI system diff --git a/package.json b/package.json index db58aedb..944208cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-datagrid", - "version": "0.22.15", + "version": "0.22.16", "description": "Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.", "main": "./dist/canvas-datagrid.js", "scripts": {