Skip to content

Commit 0440d2a

Browse files
committed
bump: version 4.2.0 → 4.3.0
1 parent 76b6555 commit 0440d2a

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v4.3.0 (2024-07-27)
6+
7+
### Feat
8+
9+
- support light/dark theme in code blocks (#327)
10+
- add number of posts config for home page (#281)
11+
- make heading links keyboard focusable (#275)
12+
- add JSON-LD structured data (#260)
13+
- add scroll indicator in blog posts (#249)
14+
15+
### Fix
16+
17+
- adding data-theme to tailwind config (#319)
18+
- avoid `undefined` when passing class-name as prop (#270)
19+
- add $CURRENT_TIMEZONE_OFFSET in custom code snippets (#264)
20+
- display `Updated` in posts only when modDatetime > pubDatetime (#258)
21+
- add SITE.title in PostDetails title tag for consistent look (#247)
22+
- add trailing slash to links to avoid extra redirects (#246)
23+
- update incorrect typo in predefined-color-schemes.md (#245)
24+
25+
### Refactor
26+
27+
- remove trailing commas in tsconfig.json (#325)
28+
- remove redundant role in article element (#323)
29+
- avoid using unnecessary class-name in the pagination component (#274)
30+
- update post detail script codes
31+
- update code formatting with prettier
32+
533
## [4.2.0](https://github.com/satnaing/astro-paper/compare/v4.1.0...v4.2.0) (2024-01-22)
634

735
### Features

cz.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
commitizen:
3+
name: cz_conventional_commits
4+
tag_format: v$version
5+
update_changelog_on_bump: true
6+
version_provider: npm
7+
version_scheme: semver

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-paper",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"private": false,
55
"scripts": {
66
"dev": "astro dev",

0 commit comments

Comments
 (0)