Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Aug 14, 2023
1 parent c01a2c0 commit 94246d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.2.1](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/compare/v2.2.0...v2.2.1) (2023-08-14)

### Bug Fixes

* Bugfix - Add support for stringified objects in custom flags ([#48](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/pull/48))


### CI/CD Changes

* Fix tests that fail silently ([#49](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/pull/49))

# [2.2.0](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/compare/v2.1.1...v2.2.0) (2021-11-11)


Expand All @@ -7,6 +18,8 @@

## [2.1.1](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/compare/v2.1.0...v2.1.1) (2021-11-11)

* fix: Correct send_to in gtag API ([#23](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/pull/23)) ([af01adc](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/commit/af01adc2b04453f77845e228bff4aa6c49824fde))
* fix: Prevent unmapped events from being forwarded ([#22](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/pull/22)) ([50e6d27](https://github.com/mparticle-integrations/mparticle-javascript-integration-adwords/commit/50e6d279dff666f5621e585878672707a21d911f))

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mparticle/web-adwords-kit",
"version": "2.2.0",
"version": "2.2.1",
"author": "mParticle Developers <[email protected]> (https://www.mparticle.com)",
"description": "mParticle integration sdk for Google Adwords",
"main": "dist/GoogleAdWordsEventForwarder.common.js",
Expand Down

0 comments on commit 94246d0

Please sign in to comment.