File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Next
2
2
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 )
4
4
5
- # 2.0.0-beta.1
5
+ # 2.0.0-beta.2
6
6
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 )
8
8
9
9
## BREAKING CHANGE
10
10
11
11
- Minimum required Vue version is now ` ^3.2.0 `
12
12
- Minimum required Vue Router version is now ` ^4.1.0 `
13
+ - Minimum required EcmaScript is now ` ES2018 `
13
14
14
15
# 1.6.0
15
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gtm-support/vue-gtm" ,
3
- "version" : " 2.0.0-beta.1 " ,
3
+ "version" : " 2.0.0-beta.2 " ,
4
4
"description" : " Simple implementation of Google Tag Manager for Vue" ,
5
5
"main" : " dist/index.js" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " ES5 " ,
3
+ "target" : " ES2018 " ,
4
4
"module" : " CommonJS" ,
5
5
"inlineSourceMap" : false ,
6
6
"lib" : [" ES2020" , " DOM" ],
You can’t perform that action at this time.
0 commit comments