chore(release): 1.1.0

This commit is contained in:
satnaing
2022-10-18 23:43:20 +06:30
parent 3e3453f831
commit ddd0e3a953
3 changed files with 14 additions and 4 deletions
+11 -1
View File
@@ -1,4 +1,14 @@
# Change Log # Changelog
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.0](https://github.com/satnaing/astro-paper/compare/v1.0.1...v1.1.0) (2022-10-18)
### Bug Fixes
* fix markdown lint warnings by updating headers ([ad14dc5](https://github.com/satnaing/astro-paper/commit/ad14dc580fbf886f5de95705ec7910c7c3b46bf0))
* fix markdown warnings by adding alt texts ([3260641](https://github.com/satnaing/astro-paper/commit/326064111cbb7d356659252dd7ddd42dbd2d7e56))
## [1.0.1](https://github.com/satnaing/astro-paper/compare/v1.0.0...v1.0.1) (2022-09-27) Initial Release ## [1.0.1](https://github.com/satnaing/astro-paper/compare/v1.0.0...v1.0.1) (2022-09-27) Initial Release
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "1.0.1", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "astro-paper", "name": "astro-paper",
"version": "1.0.1", "version": "1.1.0",
"dependencies": { "dependencies": {
"@astrojs/rss": "^1.0.1", "@astrojs/rss": "^1.0.1",
"@types/react": "^18.0.20", "@types/react": "^18.0.20",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "1.0.1", "version": "1.1.0",
"private": false, "private": false,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",