diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab58c6..d04c536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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. +## v3.0.0 + +[compare changes](https://github.com/nuxt-modules/google-adsense/compare/v2.1.0...v3.0.0) + +### 💅 Refactors + +- ⚠️ Nuxt 3 only support ([#186](https://github.com/nuxt-modules/google-adsense/pull/186)) + +### 🏡 Chore + +- **readme:** Remove old 3 ads per page warning ([#176](https://github.com/nuxt-modules/google-adsense/pull/176)) + +#### ⚠️ Breaking Changes + +- ⚠️ Nuxt 3 only support ([#186](https://github.com/nuxt-modules/google-adsense/pull/186)) + +### ❤️ Contributors + +- Kylegl +- Mirumi + ## [2.1.0](https://github.com/nuxt-community/adsense-module/compare/v2.0.0...v2.1.0) (2022-11-06) diff --git a/package.json b/package.json index 4a8a5a8..6e84a7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/google-adsense", - "version": "2.1.0", + "version": "3.0.0", "description": "Google AdSense Module for Nuxt.js", "repository": "https://github.com/nuxt-modules/google-adsense.git", "license": "MIT", @@ -44,4 +44,4 @@ "nuxt": "^3.6.5", "vitest": "^0.34.1" } -} +} \ No newline at end of file