From 1c348b091edfc7bd8f1dcdd4de1cdb43cd983e2f Mon Sep 17 00:00:00 2001 From: Nick Pafundi Date: Mon, 6 Jun 2022 13:59:03 -0400 Subject: [PATCH] chore: release 2.0.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a83844..866cb34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.0.3](https://github.com/Gavant/gavant-ember-table/compare/v2.0.2...v2.0.3) + +- Bump node-fetch from 2.6.1 to 2.6.7 [`#32`](https://github.com/Gavant/gavant-ember-table/pull/32) +- Merge pull request #37 from Gavant/bug/resize-dependency [`f9a0830`](https://github.com/Gavant/gavant-ember-table/commit/f9a083001addb82f582b5f47cdfcacd750911492) +- add on-resize modifier as dependency [`bfa30e6`](https://github.com/Gavant/gavant-ember-table/commit/bfa30e6d959b8de3b3a4153c2a45dc4ed3588444) + #### [v2.0.2](https://github.com/Gavant/gavant-ember-table/compare/v2.0.1...v2.0.2) +> 26 April 2022 + - Fix incorrect type [`#35`](https://github.com/Gavant/gavant-ember-table/pull/35) +- chore: release 2.0.2 [`5846348`](https://github.com/Gavant/gavant-ember-table/commit/5846348af9f176f38186e15d7adca7d9e93355c3) #### [v2.0.1](https://github.com/Gavant/gavant-ember-table/compare/v2.0.0...v2.0.1) diff --git a/package.json b/package.json index de6af92..16fca86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gavant/ember-table", - "version": "2.0.2", + "version": "2.0.3", "description": "Data tables built using ember-table", "keywords": [ "ember-addon"