Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed Nov 6, 2022
1 parent 1aaa61f commit f1f3723
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

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


### Bug Fixes

* explictly import useRuntimeConfig ([#166](https://github.com/nuxt-community/adsense-module/issues/166)) ([5e12ebe](https://github.com/nuxt-community/adsense-module/commit/5e12ebe7b14163c0f794a2086ac372362782ad01))

## [2.0.0](https://github.com/nuxt-community/adsense-module/compare/v1.4.0...v2.0.0) (2021-12-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/google-adsense",
"version": "2.0.0",
"version": "2.1.0",
"description": "Google AdSense Module for Nuxt.js",
"license": "MIT",
"repository": "https://github.com/nuxt-community/adsense-module",
Expand Down Expand Up @@ -44,4 +44,4 @@
"resolutions": {
"@nuxtjs/google-adsense": "link:./"
}
}
}

0 comments on commit f1f3723

Please sign in to comment.