From 391b3575ff0c929b2972f7ffd695c1e7c514de2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Oct 2023 23:49:55 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/FormidableLabs/dogs/compare/v2.0.0...v3.0.0) (2023-10-20) ### Documentation * update README and trigger Major version bump to account for previous commits ([#36](https://github.com/FormidableLabs/dogs/issues/36)) ([22a52ab](https://github.com/FormidableLabs/dogs/commit/22a52ab0be9192c2dd01300b97fe3eb115fdebdb)) ### BREAKING CHANGES * previous commits refactored to ESM module --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c180570..bbe206d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formidable/dogs", - "version": "1.2.0", + "version": "3.0.0", "description": "Formidable Dogs", "author": "@FormidableLabs", "license": "MIT",