diff --git a/CHANGELOG.md b/CHANGELOG.md index cd38637f..3835cabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ + +## v7.1.2 (2023-03-14) + +#### :bug: Bug Fix +* [#763](https://github.com/elwayman02/ember-sinon-qunit/pull/763) adding setupSinon function to dummy/index.d.ts to allow for types in … ([@robostheimer](https://github.com/robostheimer)) + +#### Committers: 1 +- Rob Ostheimer ([@robostheimer](https://github.com/robostheimer)) + ## v7.1.1 (2023-03-10) #### :bug: Bug Fix diff --git a/package.json b/package.json index 1589540a..cbfb2041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-sinon-qunit", - "version": "7.1.1", + "version": "7.1.2", "description": "Sinon sandbox test integration for QUnit", "keywords": [ "ember-addon",