diff --git a/CHANGELOG.md b/CHANGELOG.md index 65643f4..2be3528 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.4.0](https://github.com/nuxt-community/analytics-module/compare/v2.3.0...v2.4.0) (2020-07-16) + + +### Features + +* **plugin:** support runtimeConfig ([#81](https://github.com/nuxt-community/analytics-module/issues/81)) ([8248e60](https://github.com/nuxt-community/analytics-module/commit/8248e602d881e2451c5b3e07f12acd99628c8260)) + ## [2.3.0](https://github.com/nuxt-community/analytics-module/compare/v2.2.3...v2.3.0) (2020-05-19) diff --git a/package.json b/package.json index b34571f..a510736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/google-analytics", - "version": "2.3.0", + "version": "2.4.0", "description": "Google Analytics Module for Nuxt.js", "repository": "nuxt-community/analytics-module", "license": "MIT",