diff --git a/CHANGELOG.md b/CHANGELOG.md index a345cf3..4ab58c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c070a83..5a029cb 100644 --- a/package.json +++ b/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", @@ -44,4 +44,4 @@ "resolutions": { "@nuxtjs/google-adsense": "link:./" } -} \ No newline at end of file +}