Skip to content

Commit a481e3f

Browse files
committed
v2.0.0-beta.2
1 parent 5dfc801 commit a481e3f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Next
22

3-
[diff](https://github.com/gtm-support/vue-gtm/compare/2.0.0-beta.1...main)
3+
[diff](https://github.com/gtm-support/vue-gtm/compare/2.0.0-beta.2...main)
44

5-
# 2.0.0-beta.1
5+
# 2.0.0-beta.2
66

7-
[diff](https://github.com/gtm-support/vue-gtm/compare/1.6.0...2.0.0-beta.1)
7+
[diff](https://github.com/gtm-support/vue-gtm/compare/1.6.0...2.0.0-beta.2)
88

99
## BREAKING CHANGE
1010

1111
- Minimum required Vue version is now `^3.2.0`
1212
- Minimum required Vue Router version is now `^4.1.0`
13+
- Minimum required EcmaScript is now `ES2018`
1314

1415
# 1.6.0
1516

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gtm-support/vue-gtm",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Simple implementation of Google Tag Manager for Vue",
55
"main": "dist/index.js",
66
"author": {

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES5",
3+
"target": "ES2018",
44
"module": "CommonJS",
55
"inlineSourceMap": false,
66
"lib": ["ES2020", "DOM"],

0 commit comments

Comments
 (0)