diff --git a/CHANGELOG.md b/CHANGELOG.md index b87c9da65..8bb1608d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [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) diff --git a/package-lock.json b/package-lock.json index 888c471e7..b30519952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-paper", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-paper", - "version": "1.3.0", + "version": "1.4.0", "dependencies": { "@astrojs/rss": "^1.0.3", "astro": "^1.8.0", diff --git a/package.json b/package.json index aee20c5ec..b6db1e96f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-paper", - "version": "1.3.0", + "version": "1.4.0", "private": false, "scripts": { "dev": "astro dev",