chore(release): 2.1.0

This commit is contained in:
satnaing
2023-02-08 17:32:39 +06:30
parent b5ad224402
commit 95a12cef15
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.
## [2.1.0](https://github.com/satnaing/astro-paper/compare/v2.0.0...v2.1.0) (2023-02-08)
### Features
* add ESLint and update linting errors ([#26](https://github.com/satnaing/astro-paper/issues/26)) ([a9631d0](https://github.com/satnaing/astro-paper/commit/a9631d0e1e65ac4339c6b4d806b3a17928fa2b62))
### Bug Fixes
* make schema(s) strict ([#23](https://github.com/satnaing/astro-paper/issues/23)) ([dc026b3](https://github.com/satnaing/astro-paper/commit/dc026b38defa760d77eddcddb1d4f12fdf8fff99))
## [2.0.0](https://github.com/satnaing/astro-paper/compare/v1.4.0...v2.0.0) (2023-01-31)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "astro-paper",
"version": "2.0.0",
"version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "astro-paper",
"version": "2.0.0",
"version": "2.1.0",
"dependencies": {
"@astrojs/rss": "^2.1.0",
"astro": "^2.0.8",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "astro-paper",
"version": "2.0.0",
"version": "2.1.0",
"private": false,
"scripts": {
"dev": "astro dev",