bump: version 4.3.2 → 4.4.0

This commit is contained in:
satnaing
2024-08-19 13:11:10 +07:00
parent 6bbe177566
commit e0b587369c
3 changed files with 14 additions and 3 deletions
+11
View File
@@ -2,6 +2,17 @@
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.
## v4.4.0 (2024-08-19)
### Content Layer API
- upgrade Astro and use Content Layer API (#355)
### Others
- upgrade ESLint to v9 and update configurations (#356)
- replace github-slugger with lodash.kebabcase (#357)
## v4.3.2 (2024-08-17)
### Fix
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "astro-paper",
"version": "4.3.2",
"version": "4.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "astro-paper",
"version": "4.3.2",
"version": "4.4.0",
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/rss": "^4.0.7",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "astro-paper",
"version": "4.3.2",
"version": "4.4.0",
"private": false,
"scripts": {
"dev": "astro dev",