chore(release): 1.1.3

This commit is contained in:
satnaing
2022-11-11 21:40:38 +06:30
parent 4e9a230197
commit 34953144af
3 changed files with 11 additions and 4 deletions
+8 -1
View File
@@ -1,6 +1,13 @@
# Changelog # Changelog
All notable changes of [AstroPaper](https://astro-paper.pages.dev/). 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.
### [1.1.3](https://github.com/satnaing/astro-paper/compare/v1.1.2...v1.1.3) (2022-11-11)
### Bug Fixes
* fix broken post links and hide draft posts in rss feed ([b83c906](https://github.com/satnaing/astro-paper/commit/b83c906262cb5e1f045ac50f2401527c0b64074c))
### [1.1.2](https://github.com/satnaing/astro-paper/compare/v1.1.1...v1.1.2) (2022-11-04) ### [1.1.2](https://github.com/satnaing/astro-paper/compare/v1.1.1...v1.1.2) (2022-11-04)
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "1.1.2", "version": "1.1.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "astro-paper", "name": "astro-paper",
"version": "1.1.2", "version": "1.1.3",
"dependencies": { "dependencies": {
"@astrojs/rss": "^1.0.3", "@astrojs/rss": "^1.0.3",
"astro": "^1.6.2", "astro": "^1.6.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "1.1.2", "version": "1.1.3",
"private": false, "private": false,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",