diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e005df..dc990e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.0.0 - [April 4, 2024](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.0.0) + +## New Features + +* Added `maintainer` key to `contributors` +* Updated to `vitepress@1.0.2` + ## v1.0.0-beta.42 - [April 2, 2024](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.0.0-beta.42) ## New Features diff --git a/README.md b/README.md index fcdbf10..e2474b9 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ To deploy and publish a new version of the package to the `npm` registry you nee Note that prereleases will get pushed to the `edge` tag on the `npm` registry. +## Maintainers + +* [@pirog](https://github.com/pirog) +* [@reynoldsalec](https://github.com/reynoldsalec) + ## Contributors diff --git a/components/VPLTeamMembersItem.vue b/components/VPLTeamMembersItem.vue index 7fe1487..02194e1 100644 --- a/components/VPLTeamMembersItem.vue +++ b/components/VPLTeamMembersItem.vue @@ -1,14 +1,19 @@