From 6dfff9eb321fe349a568b20aa172c65c8a5e9249 Mon Sep 17 00:00:00 2001 From: satnaing Date: Wed, 7 Dec 2022 11:22:48 +0630 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8a3e316..b87c9da65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3.0](https://github.com/satnaing/astro-paper/compare/v1.2.1...v1.3.0) (2022-12-07) + + +### Features + +* update mobile nav to be accessible ([46ea4aa](https://github.com/satnaing/astro-paper/commit/46ea4aa49a49a3d21ca5ce1cee1b51f0108c13f0)) + ### [1.2.1](https://github.com/satnaing/astro-paper/compare/v1.2.0...v1.2.1) (2022-12-02) diff --git a/package-lock.json b/package-lock.json index 3b875df84..13c060cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-paper", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-paper", - "version": "1.2.1", + "version": "1.3.0", "dependencies": { "@astrojs/rss": "^1.0.3", "astro": "^1.6.13", diff --git a/package.json b/package.json index cabd2492e..4b9ad1fe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-paper", - "version": "1.2.1", + "version": "1.3.0", "private": false, "scripts": { "dev": "astro dev",