chore(release): 1.4.0

This commit is contained in:
satnaing
2022-12-28 10:21:20 +06:30
parent ce3f1dc4a0
commit dae9bfd16c
3 changed files with 15 additions and 3 deletions
+12
View File
@@ -2,6 +2,18 @@
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.
## [1.4.0](https://github.com/satnaing/astro-paper/compare/v1.3.0...v1.4.0) (2022-12-28)
### Features
* generate dynamic og image for blog posts ([#15](https://github.com/satnaing/astro-paper/issues/15)) ([ce3f1dc](https://github.com/satnaing/astro-paper/commit/ce3f1dc4a0df8f196dce37de1c976870e9c97279))
### Bug Fixes
* fix grammar mistake ([02faff9](https://github.com/satnaing/astro-paper/commit/02faff9fbd4444144eeb139ae62850ec5a980dd3))
## [1.3.0](https://github.com/satnaing/astro-paper/compare/v1.2.1...v1.3.0) (2022-12-07) ## [1.3.0](https://github.com/satnaing/astro-paper/compare/v1.2.1...v1.3.0) (2022-12-07)
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "1.3.0", "version": "1.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "astro-paper", "name": "astro-paper",
"version": "1.3.0", "version": "1.4.0",
"dependencies": { "dependencies": {
"@astrojs/rss": "^1.0.3", "@astrojs/rss": "^1.0.3",
"astro": "^1.8.0", "astro": "^1.8.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "astro-paper", "name": "astro-paper",
"version": "1.3.0", "version": "1.4.0",
"private": false, "private": false,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",