Skip to content

Commit 5bfbb2a

Browse files
committed
5.5.0
1 parent 3714d3d commit 5bfbb2a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [5.5.0] - 2025-03-26
810
### Added
911
- Favicon;
1012

1113
### Changed
1214
- Migrated config & components to TypeScript;
1315
- Updated `OutLink` component to use `Link` from `@docusaurus/Link`;
1416

15-
### Fixed
16-
- URLs in the proof of citizenship guide;
17-
1817
### Removed
1918
- Unused assets and components;
2019

20+
### Fixed
21+
- URLs in the proof of citizenship guide;
22+
2123
## [5.4.2] - 2025-03-24
2224
### Changed
2325
- Updated Docusaurus packages to v3.7.0;
@@ -465,7 +467,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
465467
- Broken logo link in the footer;
466468

467469

468-
[Unreleased]: https://github.com/rarimo/docs/compare/5.4.2...HEAD
470+
[Unreleased]: https://github.com/rarimo/docs/compare/5.5.0...HEAD
471+
[5.5.0]: https://github.com/rarimo/docs/compare/5.4.2...5.5.0
469472
[5.4.2]: https://github.com/rarimo/docs/compare/5.4.1...5.4.2
470473
[5.4.1]: https://github.com/rarimo/docs/compare/5.4.0...5.4.1
471474
[5.4.0]: https://github.com/rarimo/docs/compare/5.3.1...5.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rarimo-docs",
3-
"version": "5.4.2",
3+
"version": "5.5.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)