109 lines
2.4 KiB
Markdown
109 lines
2.4 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## [0.3.0] - 2023-08-25
|
|
|
|
### Breaking
|
|
|
|
- Bump astro-compress version to prevent failing install
|
|
|
|
## [0.2.1] - 2023-07-10
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/226))
|
|
|
|
## [0.2.0] - 2023-07-02
|
|
|
|
### Breaking
|
|
|
|
- Require Node.js 18.
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/225))
|
|
|
|
## [0.1.6] - 2023-05-08
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/220))
|
|
|
|
## [0.1.5] - 2023-05-01
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/219))
|
|
|
|
## [0.1.4] - 2023-04-05
|
|
|
|
### Workflow
|
|
|
|
- ci: use pull request URL instead of its API endpoint when generating changelog for dependency updates.
|
|
|
|
## [0.1.3] - 2023-03-27
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/214))
|
|
|
|
## [0.1.2] - 2023-03-24
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/212))
|
|
|
|
## [0.1.1] - 2023-03-20
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/213))
|
|
|
|
## [0.1.0] - 2023-03-13
|
|
|
|
### Features
|
|
|
|
- feat: improved target attribute in labelled values ([details](https://github.com/KonradSzwarc/devscard/pull/210))
|
|
|
|
## [0.0.6] - 2023-03-06
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/209))
|
|
|
|
## [0.0.5] - 2023-02-27
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/207))
|
|
|
|
## [0.0.4] - 2023-02-22
|
|
|
|
### Workflow
|
|
|
|
- ci: automatically update project version and changelog for Renovate's PRs
|
|
|
|
## [0.0.3] - 2023-02-21
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/202))
|
|
|
|
## [0.0.2] - 2023-02-16
|
|
|
|
### Dependencies
|
|
|
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/201))
|
|
|
|
## [0.0.1] - 2023-02-08
|
|
|
|
### Workflow
|
|
|
|
- ci: add `package.json` version and changelog check to PR workflow.
|
|
- ci: setup release workflow on the `main` branch.
|
|
|
|
### Docs
|
|
|
|
- docs: create changelog file.
|
|
- docs: add [contributing page](https://devscard.gitbook.io/docs/project-development/contributing).
|