Skip to content

Commit ea49594

Browse files
committed
chore(release): 1.2.0
1 parent 825f8cb commit ea49594

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [1.2.0](https://github.com/satnaing/astro-paper/compare/v1.1.3...v1.2.0) (2022-11-28)
6+
7+
8+
### Features
9+
10+
* **a11y:** improve voiceover a11y for datetime component ([57c3f79](https://github.com/satnaing/astro-paper/commit/57c3f796d41ed180dcdf5ff763193ed5c06f54cf))
11+
* improve accessibility including voiceover ([5860254](https://github.com/satnaing/astro-paper/commit/5860254ea99996e466f2e521f033763961b6faa6))
12+
13+
14+
### Bug Fixes
15+
16+
* **a11y:** improve breadcrumb to be more accessible when using with voiceover ([cabf30b](https://github.com/satnaing/astro-paper/commit/cabf30bc8e030015daee065c401dcf83814a6e8b))
17+
* **a11y:** update previous and next (disabled) buttons for vo a11y ([408fc4c](https://github.com/satnaing/astro-paper/commit/408fc4c7aa5a246fe82a6e85d119b36ee1f1ffc3))
18+
* add missing seperator in Breadcrumb ([b05b665](https://github.com/satnaing/astro-paper/commit/b05b6654f6c42c09eb5c6a4b918b9343cd4664e6))
19+
* add optional chaining for theme switch event listener ([c4c9ab2](https://github.com/satnaing/astro-paper/commit/c4c9ab2246ff423698468992222c60b30422beaf))
20+
* fix broken link ([9d3c897](https://github.com/satnaing/astro-paper/commit/9d3c89753d2b3fbc0bf87bcf0070c80763545148))
21+
* **typo:** rename Linkedin to LinkedIn ([307b55f](https://github.com/satnaing/astro-paper/commit/307b55ff0f6cb86a4fa4152c635d6acb39d1512f))
22+
523
### [1.1.3](https://github.com/satnaing/astro-paper/compare/v1.1.2...v1.1.3) (2022-11-11)
624

725

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-paper",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"private": false,
55
"scripts": {
66
"dev": "astro dev",

0 commit comments

Comments
 (0)