Skip to content

Commit

Permalink
chore(release): publish version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 28, 2023
1 parent 73d4c3e commit b51f1f3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/felix-berlin/astro-matomo/compare/v1.2.1...v1.3.0) (2023-05-28)


### Bug Fixes

* trackerUrl and srcUrl not defined ([69e1d86](https://github.com/felix-berlin/astro-matomo/commit/69e1d86c90736429a86bb74f1c6952cf0a59a102))


### Features

* add setCookieDomain, trackerUrl, srcUrl options ([a9c05c4](https://github.com/felix-berlin/astro-matomo/commit/a9c05c488d5c319ccd8f39e2bfb2b8dfdb5b7c8e))

## [1.2.1](https://github.com/felix-berlin/astro-matomo/compare/v1.2.0...v1.2.1) (2023-03-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-matomo",
"version": "1.2.1",
"version": "1.3.0",
"description": "Matomo integration for Astro",
"type": "module",
"exports": {
Expand Down Expand Up @@ -58,4 +58,4 @@
"peerDependencies": {
"astro": "^2.0.0-beta.0"
}
}
}

0 comments on commit b51f1f3

Please sign in to comment.