1
0
Fork 0
astro-redirect-from/CHANGELOG.md

122 lines
8.0 KiB
Markdown
Raw Permalink Normal View History

2023-09-23 19:01:43 +02:00
### Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2024-04-08 12:43:36 +02:00
#### [v1.0.7](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.6...v1.0.7)
- dependency updates, require Node.js v18.18.x [`ba876b3`](https://github.com/kremalicious/astro-redirect-from/commit/ba876b39a6543d8893ad908d5724f874556adfe8)
2024-02-26 12:52:10 +01:00
#### [v1.0.6](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.5...v1.0.6)
2024-04-08 12:43:36 +02:00
> 26 February 2024
2024-02-26 12:52:10 +01:00
- Bump astro from 4.0.3 to 4.2.1 [`#74`](https://github.com/kremalicious/astro-redirect-from/pull/74)
- Bump vitest from 1.0.4 to 1.2.1 [`#73`](https://github.com/kremalicious/astro-redirect-from/pull/73)
- Bump vite from 5.0.8 to 5.0.12 [`#72`](https://github.com/kremalicious/astro-redirect-from/pull/72)
- dependency updates [`01d6266`](https://github.com/kremalicious/astro-redirect-from/commit/01d6266dd8c287cd721d5daf7a2d44e80033ddbb)
2024-04-08 12:43:36 +02:00
- Release 1.0.6 [`96f3f12`](https://github.com/kremalicious/astro-redirect-from/commit/96f3f12efdbd3b5bb52776549716c4eb7d139ed1)
2024-02-26 12:52:10 +01:00
2023-12-12 22:35:45 +01:00
#### [v1.0.5](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.4...v1.0.5)
2024-02-26 12:52:10 +01:00
> 12 December 2023
2023-12-12 22:35:45 +01:00
- Bump vite from 4.5.0 to 5.0.7 [`#52`](https://github.com/kremalicious/astro-redirect-from/pull/52)
- Bump astro from 3.5.5 to 4.0.3 [`#55`](https://github.com/kremalicious/astro-redirect-from/pull/55)
- Bump zod and astro [`#40`](https://github.com/kremalicious/astro-redirect-from/pull/40)
- Bump @types/node from 20.8.8 to 20.9.2 [`#39`](https://github.com/kremalicious/astro-redirect-from/pull/39)
- Bump astro from 3.3.4 to 3.5.5 [`#38`](https://github.com/kremalicious/astro-redirect-from/pull/38)
- Bump eslint from 8.52.0 to 8.54.0 [`#37`](https://github.com/kremalicious/astro-redirect-from/pull/37)
- Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.11.0 [`#36`](https://github.com/kremalicious/astro-redirect-from/pull/36)
- Bump release-it from 16.2.1 to 17.0.0 [`#34`](https://github.com/kremalicious/astro-redirect-from/pull/34)
- bump vitest to v1.0, nested test fix [`d41701a`](https://github.com/kremalicious/astro-redirect-from/commit/d41701a586aad531e35e464e70a2cf9a5fbb2186)
2024-02-26 12:52:10 +01:00
- Release 1.0.5 [`f6fa4e5`](https://github.com/kremalicious/astro-redirect-from/commit/f6fa4e5f1fe9381a8108fc8cb98709d048a52983)
2023-12-12 22:35:45 +01:00
2023-10-25 01:56:24 +02:00
#### [v1.0.4](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.3...v1.0.4)
2023-12-12 22:35:45 +01:00
> 25 October 2023
2023-10-25 01:56:24 +02:00
- Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.9.0 [`#25`](https://github.com/kremalicious/astro-redirect-from/pull/25)
- Bump eslint from 8.50.0 to 8.52.0 [`#20`](https://github.com/kremalicious/astro-redirect-from/pull/20)
- Bump vite from 4.4.10 to 4.5.0 [`#23`](https://github.com/kremalicious/astro-redirect-from/pull/23)
- Bump @babel/traverse from 7.22.20 to 7.23.2 [`#18`](https://github.com/kremalicious/astro-redirect-from/pull/18)
- Bump astro from 3.2.2 to 3.3.2 [`#21`](https://github.com/kremalicious/astro-redirect-from/pull/21)
- add husky [`c6e24a6`](https://github.com/kremalicious/astro-redirect-from/commit/c6e24a6120749c3133c0387b585819d0069a9eb8)
- readme updates [`0c0e39a`](https://github.com/kremalicious/astro-redirect-from/commit/0c0e39a93211a39ca729ae9a13cb19f3da2ddca9)
- add funding to package.json [`acdfc1e`](https://github.com/kremalicious/astro-redirect-from/commit/acdfc1e732578efebd868fb6cf4f948f74f8958b)
2023-10-03 22:40:22 +02:00
#### [v1.0.3](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.2...v1.0.3)
2023-10-25 01:56:24 +02:00
> 3 October 2023
2023-10-03 22:40:22 +02:00
- Bump astro from 3.1.2 to 3.2.0 [`#6`](https://github.com/kremalicious/astro-redirect-from/pull/6)
- Bump @types/node from 20.6.3 to 20.6.5 [`#1`](https://github.com/kremalicious/astro-redirect-from/pull/1)
- Bump get-func-name from 2.0.0 to 2.0.2 [`#4`](https://github.com/kremalicious/astro-redirect-from/pull/4)
- Bump eslint from 8.49.0 to 8.50.0 [`#3`](https://github.com/kremalicious/astro-redirect-from/pull/3)
- Bump release-it from 16.1.5 to 16.2.0 [`#2`](https://github.com/kremalicious/astro-redirect-from/pull/2)
- package updates [`4024b6b`](https://github.com/kremalicious/astro-redirect-from/commit/4024b6bc584c15ad37f80b678421ef5bb29fc8ea)
2023-10-25 01:56:24 +02:00
- Release 1.0.3 [`91047d4`](https://github.com/kremalicious/astro-redirect-from/commit/91047d4f92665678f20bafadae4f87d646ae20c9)
2023-10-03 22:40:22 +02:00
- reduce install commands [`8b9d845`](https://github.com/kremalicious/astro-redirect-from/commit/8b9d845266fee8561e0d379d47e380037d1b31a1)
2023-09-24 14:28:25 +02:00
#### [v1.0.2](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.1...v1.0.2)
2023-10-03 22:40:22 +02:00
> 24 September 2023
2023-09-24 14:28:25 +02:00
- 💯 [`6d48981`](https://github.com/kremalicious/astro-redirect-from/commit/6d4898173a01c13f659ebc85c7ab4e1b09ae20e8)
2023-10-03 22:40:22 +02:00
- Release 1.0.2 [`02e7857`](https://github.com/kremalicious/astro-redirect-from/commit/02e785782c458cbd354b22ed64bae7866d11dbbb)
2023-09-24 14:28:25 +02:00
- fix import [`e61b970`](https://github.com/kremalicious/astro-redirect-from/commit/e61b970fc22bba842b879c2e24fe8180c37fa452)
2023-09-24 14:03:48 +02:00
#### [v1.0.1](https://github.com/kremalicious/astro-redirect-from/compare/v1.0.0...v1.0.1)
2023-09-24 14:28:25 +02:00
> 24 September 2023
- Release 1.0.1 [`1fc8d94`](https://github.com/kremalicious/astro-redirect-from/commit/1fc8d9408461864edb2f50c962fa45e778c8ad2a)
2023-09-24 14:03:48 +02:00
- add more keywords [`1b147ff`](https://github.com/kremalicious/astro-redirect-from/commit/1b147ff277bb0c454797401aa4aad788710f5aae)
### [v1.0.0](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.4...v1.0.0)
> 24 September 2023
2023-09-24 13:56:04 +02:00
- 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)
2023-09-23 23:07:46 +02:00
#### [v0.2.4](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.3...v0.2.4)
2023-09-24 13:56:04 +02:00
> 23 September 2023
- Release 0.2.4 [`913995b`](https://github.com/kremalicious/astro-redirect-from/commit/913995ba04f839d2cac266754cf2029900145e25)
2023-09-23 23:07:46 +02:00
- 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)
2023-09-23 20:19:11 +02:00
#### [v0.2.3](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.2...v0.2.3)
2023-09-23 23:07:46 +02:00
> 23 September 2023
2023-09-23 20:19:11 +02:00
- remove import.meta.env usage [`676d07e`](https://github.com/kremalicious/astro-redirect-from/commit/676d07eacb80f7feaea5db1b99d9edf0319db518)
2023-09-23 23:07:46 +02:00
- Release 0.2.3 [`977d39e`](https://github.com/kremalicious/astro-redirect-from/commit/977d39e89733e6c3aab32f6cb69520fbe00c56df)
2023-09-23 20:19:11 +02:00
2023-09-23 20:04:09 +02:00
#### [v0.2.2](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.1...v0.2.2)
2023-09-23 20:19:11 +02:00
> 23 September 2023
2023-09-23 20:04:09 +02:00
- update readme [`5459cf8`](https://github.com/kremalicious/astro-redirect-from/commit/5459cf89482c7b0853370ce92b0d9e1a9991c3b7)
2023-09-23 20:19:11 +02:00
- Release 0.2.2 [`19a0da1`](https://github.com/kremalicious/astro-redirect-from/commit/19a0da1204f1101de787825b685095175800f7e9)
2023-09-23 20:04:09 +02:00
- readme updates [`f972850`](https://github.com/kremalicious/astro-redirect-from/commit/f972850d9e0dda228090b695bd8491509191ac92)
2023-09-23 19:02:49 +02:00
#### [v0.2.1](https://github.com/kremalicious/astro-redirect-from/compare/v0.2.0...v0.2.1)
2023-09-23 20:04:09 +02:00
> 23 September 2023
2023-09-23 19:02:49 +02:00
- fix dist deletion, add changelog [`bd652d5`](https://github.com/kremalicious/astro-redirect-from/commit/bd652d5ef6ae62010c82bc100404a37f5a8068bb)
2023-09-23 20:04:09 +02:00
- Release 0.2.1 [`3b0beb4`](https://github.com/kremalicious/astro-redirect-from/commit/3b0beb47dfb6a99e8d00c1b6c93bc8c3574ad47e)
2023-09-23 19:02:49 +02:00
#### v0.2.0
> 23 September 2023
2023-09-23 19:01:43 +02:00
- 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)
- test tweaks [`fc9a840`](https://github.com/kremalicious/astro-redirect-from/commit/fc9a840094779b6a13d4481c8645f6f16b27090c)