Skip to content

Commit

Permalink
chore(release): version 1.3.0
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.2...v1.3.0) (2022-03-10)

### Features

* **routeChangeComplete events:** set referrerUrl and customUrl on routeChangeStart so it can matomo events can be used early on page load (e.g. in a react useEffect) with the correct values ([#72](#72)) ([52f2bbc](52f2bbc))
  • Loading branch information
SocialGroovyBot committed Mar 10, 2022
1 parent 52f2bbc commit 182c147
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0](https://github.com/SocialGouv/matomo-next/compare/v1.2.2...v1.3.0) (2022-03-10)


### Features

* **routeChangeComplete events:** set referrerUrl and customUrl on routeChangeStart so it can matomo events can be used early on page load (e.g. in a react useEffect) with the correct values ([#72](https://github.com/SocialGouv/matomo-next/issues/72)) ([52f2bbc](https://github.com/SocialGouv/matomo-next/commit/52f2bbc5bad294d07a8e14315081c289622b6c11))

## [1.2.2](https://github.com/SocialGouv/matomo-next/compare/v1.2.1...v1.2.2) (2021-05-11)


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": "@socialgouv/matomo-next",
"version": "1.2.2",
"version": "1.3.0",
"author": "Fabrique numérique des Ministères Sociaux <[email protected]> (https://www.fabrique.social.gouv.fr)",
"homepage": "https://github.com/SocialGouv/matomo-next#readme",
"devDependencies": {
Expand Down

0 comments on commit 182c147

Please sign in to comment.