From e0b587369c3e9e3f49db62c3d5750c0935bc2a2e Mon Sep 17 00:00:00 2001 From: satnaing Date: Mon, 19 Aug 2024 13:11:10 +0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=204.3.2=20=E2=86=92=204.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c55e6d2..abafa3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 9d4b2e0..82324b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 66af4a9..c132339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-paper", - "version": "4.3.2", + "version": "4.4.0", "private": false, "scripts": { "dev": "astro dev",