File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ES5 " ,
3+ "target" : " ES2018 " ,
44 "module" : " CommonJS" ,
55 "inlineSourceMap" : false ,
66 "lib" : [" ES2020" , " DOM" ],
You can’t perform that action at this time.
0 commit comments