diff --git a/CHANGELOG.md b/CHANGELOG.md index 8045a063..7b40df49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.1](https://github.com/p3ol/buddy/compare/v3.0.0...v3.0.1) (2023-11-17) + + +### Bug Fixes + +* wrong logLevel default value ([775396d](https://github.com/p3ol/buddy/commit/775396d4446578669b5ae31ef7d1d2fc7352e2b8)) + ## [3.0.0](https://github.com/p3ol/buddy/compare/v2.0.0...v3.0.0) (2023-10-11) diff --git a/package.json b/package.json index befa6dca..d674e147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poool/buddy", - "version": "3.0.0", + "version": "3.0.1", "description": "🐕 Dead simple cross-domain iframe messaging", "main": "dist/buddy.cjs.js", "repository": "https://github.com/p3ol/buddy.git",