From a14ffd8b68ab12cc6f4582e0df551a954b939ee8 Mon Sep 17 00:00:00 2001 From: "Caleb D. Williams" Date: Thu, 12 Aug 2021 08:15:50 -0500 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f63596e..7a30473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0](https://github.com/calebdwilliams/adoptedStyleSheets/compare/v3.0.0-0...v3.0.0) (2021-08-12) + ## [3.0.0-0](https://github.com/calebdwilliams/adoptedStyleSheets/compare/v2.4.16...v3.0.0-0) (2021-06-18) diff --git a/package-lock.json b/package-lock.json index 5bd85bf..b70c1d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "construct-style-sheets-polyfill", - "version": "3.0.0-0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f551578..5d081a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "construct-style-sheets-polyfill", - "version": "3.0.0-0", + "version": "3.0.0", "description": "Constructible style sheets/adopted style sheets polyfill", "main": "dist/adoptedStyleSheets.js", "module": "dist/adoptedStyleSheets.js",