Skip to content

Commit dbea506

Browse files
committed
Update Changelog
1 parent 3c43d8c commit dbea506

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
# Next
22

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

5-
# 2.0.0-beta.3
5+
# 2.0.0
66

7-
[diff](https://github.com/gtm-support/vue-gtm/compare/1.6.0...2.0.0-beta.3)
8-
9-
- Handle `vue-router` failure checks manually ([#273])
10-
- Set `lib` from `ES2020` to `ES2018`
11-
12-
[#273]: https://github.com/gtm-support/vue-gtm/pull/273
13-
14-
# 2.0.0-beta.2
15-
16-
[diff](https://github.com/gtm-support/vue-gtm/compare/1.6.0...2.0.0-beta.2)
7+
[diff](https://github.com/gtm-support/vue-gtm/compare/1.6.0...2.0.0)
178

189
## BREAKING CHANGE
1910

2011
- Minimum required Vue version is now `^3.2.0`
2112
- Minimum required Vue Router version is now `^4.1.0`
2213
- Minimum required EcmaScript is now `ES2018`
2314

15+
## Features
16+
17+
- Now serving ESM and CJS
18+
- Handle `vue-router` failure checks manually ([#273])
19+
- Set `lib` from `ES2020` to `ES2018`
20+
21+
[#273]: https://github.com/gtm-support/vue-gtm/pull/273
22+
2423
# 1.6.0
2524

2625
[diff](https://github.com/gtm-support/vue-gtm/compare/1.5.0...1.6.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"google"
6464
],
6565
"dependencies": {
66-
"@gtm-support/core": "^2.0.0-beta.1"
66+
"@gtm-support/core": "^2.0.0"
6767
},
6868
"devDependencies": {
6969
"@typescript-eslint/eslint-plugin": "~5.39.0",

0 commit comments

Comments
 (0)