Skip to content

Commit

Permalink
Merge pull request #11 from haensl/10
Browse files Browse the repository at this point in the history
#10: Ensure measurement protocol implementation is bundled correctly.
  • Loading branch information
haensl authored Jul 23, 2024
2 parents 3dc4b5d + 016862b commit c807f58
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 172 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

.DS_Store
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint && npm test
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1
* [#10: Ensure measurement-protocol implementation is bundled correctly.](https://github.com/haensl/google-analytics/issues/10)
* Update dependencies.

## 1.2.0
* [#8: Add Switzerland to region requiring consent.](https://github.com/haensl/google-analytics/issues/8)
* Update dependencies.
Expand Down
Loading

0 comments on commit c807f58

Please sign in to comment.