We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e83499 commit db9c6c1Copy full SHA for db9c6c1
CHANGELOG.md
@@ -2,12 +2,22 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.23.0] - 2024-10-16
6
+
7
+### ⚙️ Miscellaneous Tasks
8
9
+- Update release notes format and eslint config
10
11
## [1.22.0] - 2024-10-16
12
13
### 🚜 Refactor
14
15
- *(release notes)* Update format for deployment notes
16
17
18
19
+- Release v1.22.0
20
21
## [1.21.0] - 2024-10-16
22
23
### ⚙️ Miscellaneous Tasks
package.json
@@ -1,6 +1,6 @@
1
{
"name": "ax-sh.github.io",
- "version": "1.22.0",
+ "version": "1.23.0",
"private": true,
"scripts": {
"format": "biome format --write .",
0 commit comments