Skip to content

Commit

Permalink
chore(release): publish version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 25, 2023
1 parent 103e63f commit 22fc2a0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

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

# 1.0.0 (2023-02-25)


### Features

* add matomo init script; add global ts types; add astro integration ([c6b903f](https://github.com/felix-berlin/astro-matomo/commit/c6b903f7ca3928481b5669bbd585f3ccd6c73a48))
* add option to enable and disable matomo ([4573065](https://github.com/felix-berlin/astro-matomo/commit/45730656e5d3de2ae1e8bee807b9c5c8d3c07923))
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": "0.0.1",
"version": "1.0.0",
"description": "Matomo integration for Astro",
"type": "module",
"exports": {
Expand Down Expand Up @@ -54,4 +54,4 @@
"peerDependencies": {
"astro": "^2.0.0-beta.0"
}
}
}

0 comments on commit 22fc2a0

Please sign in to comment.