Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Sep 24, 2023
1 parent 09dfa97 commit 34506bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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).

#### [v1.0.0](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.4...v1.0.0)

- test setup, unit tests for all utils [`4d33283`](https://github.com/kremalicious/astro-redirect-from/commit/4d33283f9f15f7e829409c7b9b23fc02f3178683)
- refactor for better testability [`09dfa97`](https://github.com/kremalicious/astro-redirect-from/commit/09dfa97af9cd220245559f4ce6a5b012c8d99533)
- getRedirects splitup, more tests [`3d921d9`](https://github.com/kremalicious/astro-redirect-from/commit/3d921d93aab44a1f5e51bd4d665806c8db035c2d)

#### [v0.2.4](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.3...v0.2.4)

> 23 September 2023
- Release 0.2.4 [`913995b`](https://github.com/kremalicious/astro-redirect-from/commit/913995ba04f839d2cac266754cf2029900145e25)
- prepend all slugs with a slash if not present [`10d1929`](https://github.com/kremalicious/astro-redirect-from/commit/10d192909c5690d1078f7169d6d05f33d196ac63)
- readme updates [`5e7b54d`](https://github.com/kremalicious/astro-redirect-from/commit/5e7b54d7811884fcd06515a5559b3659ba3c977c)
- more file path details [`115beb5`](https://github.com/kremalicious/astro-redirect-from/commit/115beb5eeacd75858406cf738cd3ca07f7c6f5dd)

#### [v0.2.3](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.2...v0.2.3)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-redirect-from",
"version": "0.2.4",
"version": "1.0.0",
"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>",
"homepage": "https://kremalicious.com/astro-redirect-from",
Expand Down

0 comments on commit 34506bc

Please sign in to comment.