mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 18:00:19 +01:00
Release 0.2.1
This commit is contained in:
parent
bd652d5ef6
commit
3b0beb47df
@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
|
|||||||
|
|
||||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
#### 0.2.0
|
#### [v0.2.1](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.0...v0.2.1)
|
||||||
|
|
||||||
|
- fix dist deletion, add changelog [`bd652d5`](https://github.com/kremalicious/astro-redirect-from/commit/bd652d5ef6ae62010c82bc100404a37f5a8068bb)
|
||||||
|
|
||||||
|
#### v0.2.0
|
||||||
|
|
||||||
|
> 23 September 2023
|
||||||
|
|
||||||
- prototype 🏗️ [`a98a07b`](https://github.com/kremalicious/astro-redirect-from/commit/a98a07be8c4fe031a911162384c7a2e6578319c4)
|
- prototype 🏗️ [`a98a07b`](https://github.com/kremalicious/astro-redirect-from/commit/a98a07be8c4fe031a911162384c7a2e6578319c4)
|
||||||
- add scripts, release process [`7cdd34a`](https://github.com/kremalicious/astro-redirect-from/commit/7cdd34a8057e4fa8347affc83eb51de8ffecb502)
|
- add scripts, release process [`7cdd34a`](https://github.com/kremalicious/astro-redirect-from/commit/7cdd34a8057e4fa8347affc83eb51de8ffecb502)
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-redirect-from",
|
"name": "astro-redirect-from",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "astro-redirect-from",
|
"name": "astro-redirect-from",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": ">= 3",
|
"astro": ">= 3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-redirect-from",
|
"name": "astro-redirect-from",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "🎯 Set redirect urls in your frontmatter within your Astro site's Markdown files. Mimics the behavior of jekyll-redirect-from.",
|
"description": "🎯 Set redirect urls in your frontmatter within your Astro site's Markdown files. Mimics the behavior of jekyll-redirect-from.",
|
||||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||||
"homepage": "https://kremalicious.com/astro-redirect-from",
|
"homepage": "https://kremalicious.com/astro-redirect-from",
|
||||||
|
Loading…
Reference in New Issue
Block a user