Skip to content

Commit

Permalink
chore(release): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed Oct 2, 2023
1 parent 4be3f96 commit 067764b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <mail@mirumi.tech>

## [2.1.0](https://github.com/nuxt-community/adsense-module/compare/v2.0.0...v2.1.0) (2022-11-06)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -44,4 +44,4 @@
"nuxt": "^3.6.5",
"vitest": "^0.34.1"
}
}
}

0 comments on commit 067764b

Please sign in to comment.