chore(release): 1.1.2

This commit is contained in:
satnaing
2022-11-04 10:39:46 +06:30
parent f7fb032e60
commit 33d209852f
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -2,6 +2,15 @@
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.2](https://github.com/satnaing/astro-paper/compare/v1.1.1...v1.1.2) (2022-11-04)
### Bug Fixes
* fix heading style in posts/<page-num> layouts ([5eeea66](https://github.com/satnaing/astro-paper/commit/5eeea6639e79f93c3d0917bc827dfd37a23d041c))
* fix missing TailwindCSS dependency ([e7807ab](https://github.com/satnaing/astro-paper/commit/e7807ab94e12898ab85b955132c5d908956c8945)), closes [#6](https://github.com/satnaing/astro-paper/issues/6)
* show search result only if input is more than one char ([f7fb032](https://github.com/satnaing/astro-paper/commit/f7fb032e604bd704adc19400e000c9584a6fdb43))
## [1.1.1](https://github.com/satnaing/astro-paper/compare/v1.1.0...v1.1.1) (2022-10-30)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "astro-paper",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "astro-paper",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {
"@astrojs/rss": "^1.0.3",
"astro": "^1.6.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "astro-paper",
"version": "1.1.1",
"version": "1.1.2",
"private": false,
"scripts": {
"dev": "astro dev",