bump: version 4.5.0 → 4.5.1

This commit is contained in:
satnaing
2024-10-02 21:45:30 +07:00
parent b16fba81af
commit d56bc0c834
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -2,6 +2,13 @@
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. 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.5.1 (2024-10-02)
### Fix
- **docs**: update giscus blog post (#392)
- add missing posts sorting (#383)
## v4.5.0 (2024-09-16) ## v4.5.0 (2024-09-16)
### Feat ### Feat
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "4.5.0", "version": "4.5.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "astro-paper", "name": "astro-paper",
"version": "4.5.0", "version": "4.5.1",
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.3",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "4.5.0", "version": "4.5.1",
"private": false, "private": false,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",