Skip to content

Commit 87bfc64

Browse files
committed
Release 1.4.0
1 parent a669368 commit 87bfc64

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# v1.1.0
22

3+
## v1.4.0 (2021-11-21)
4+
5+
This will be the last release in the v1 series. See below for notes on the
6+
forthcoming v2 release.
7+
8+
### Changes
9+
10+
- Numerous dependency updates
11+
- Modernized tests using qunit-sinon-assertions
12+
- Add deprecations for adapters extending EmberObject
13+
- Deprecate an automatic identify event with Amplitude adapter (see https://github.com/adopted-ember-addons/ember-metrics/issues/278)
14+
- Type numerous object transformation tools (https://github.com/adopted-ember-addons/ember-metrics/pull/343)
15+
- Documentation updated
16+
- Add the Pendo adapter
17+
18+
### Upcoming v2 release
19+
20+
- An upgrade guide will be made available as soon as possible
21+
- This should resolve the embroider-optimized scenario failures
22+
23+
### Closing remarks
24+
25+
A hearty thank you to all contributors. The following people contributed to this release:
26+
27+
* @GreatWizard
28+
* @jfdnc
29+
* @Windvis
30+
31+
332
## v1.3.1 (2021-09-26)
433

534
* Resolves duplicate GTM script injection (#291, #292)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-metrics",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Send data to multiple analytics integrations without re-implementing new API",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)