diff --git a/CHANGELOG.md b/CHANGELOG.md index 4823fc5..5f2b757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0](https://github.com/neovici/testing/compare/v1.0.0...v2.0.0) (2024-01-11) + + +### ⚠ BREAKING CHANGES + +* Update to @pionjs/pion + +### Features + +* update to pion ([1903305](https://github.com/neovici/testing/commit/19033053b2536e69656be375cc629bb60cde92d4)) + ## 1.0.0 (2023-03-30) diff --git a/package-lock.json b/package-lock.json index fcec52e..c01c2d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@neovici/testing", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@neovici/testing", - "version": "1.0.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@open-wc/testing": "^4.0.0", diff --git a/package.json b/package.json index aa140ff..6863e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neovici/testing", - "version": "1.0.0", + "version": "2.0.0", "description": "A testing utils library", "keywords": [ "lit-html",