Skip to content

Commit d975cba

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.4...v1.7.0) (2024-10-06) ### Bug Fixes * **matomo:** enable heart beat timer and preconnect ([ded613d](ded613d)) * **article:** update frontmatter config and correctly type Article component ([b5c57bb](b5c57bb)) ### Features * **posts:** configure style of footnotes ([2181a5f](2181a5f)) * **code:** update shiki config to support light and dark mode ([e39351a](e39351a))
1 parent 26ebdd3 commit d975cba

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.7.0](https://github.com/pawcoding/astro-blog/compare/v1.6.4...v1.7.0) (2024-10-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **matomo:** enable heart beat timer and preconnect ([ded613d](https://github.com/pawcoding/astro-blog/commit/ded613dd59eac0090ef3532b7cb6085664ac2051))
7+
* **article:** update frontmatter config and correctly type Article component ([b5c57bb](https://github.com/pawcoding/astro-blog/commit/b5c57bbc2fa90066e9e235311b21904359bb0253))
8+
9+
10+
### Features
11+
12+
* **posts:** configure style of footnotes ([2181a5f](https://github.com/pawcoding/astro-blog/commit/2181a5f17af3eeca2bf1414630df74eb0ff6e113))
13+
* **code:** update shiki config to support light and dark mode ([e39351a](https://github.com/pawcoding/astro-blog/commit/e39351a4c9298e964a80489d8bcf565ef5ab97d0))
14+
115
## [1.6.4](https://github.com/pawcoding/astro-blog/compare/v1.6.3...v1.6.4) (2024-09-15)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-blog",
33
"type": "module",
4-
"version": "1.7.0-staging.3",
4+
"version": "1.7.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)