Skip to content

Commit

Permalink
v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jul 7, 2022
1 parent 5dfc801 commit a481e3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Next

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

# 2.0.0-beta.1
# 2.0.0-beta.2

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

## BREAKING CHANGE

- Minimum required Vue version is now `^3.2.0`
- Minimum required Vue Router version is now `^4.1.0`
- Minimum required EcmaScript is now `ES2018`

# 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gtm-support/vue-gtm",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Simple implementation of Google Tag Manager for Vue",
"main": "dist/index.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES5",
"target": "ES2018",
"module": "CommonJS",
"inlineSourceMap": false,
"lib": ["ES2020", "DOM"],
Expand Down

0 comments on commit a481e3f

Please sign in to comment.