Skip to content

Commit cbdce16

Browse files
committed
docs: update version to 1.2.1 in documentation
1 parent 0f81c3d commit cbdce16

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2025-11-21
11+
12+
### Fixed
13+
14+
- Fixed template literal syntax bug in `fixFontPaths` script that caused incorrect sed command generation
15+
- Changed `$ {fontDir}` to `${fontDir}` in both `fixFontPaths` and `generateFontPathFixes` functions
16+
- Bug was causing literal string `/$ {fontDir}/` in CSS output instead of actual font directory paths
17+
1018
## [1.2.0] - 2025-11-21
1119

1220
### Added
@@ -74,7 +82,8 @@ project adheres to [Semantic Versioning](https://semver.org/).
7482

7583
- Removed redundant name in shuffle.ts
7684

77-
[Unreleased]: https://github.com/RickCogley/hibana/compare/v1.2.0...HEAD
85+
[Unreleased]: https://github.com/RickCogley/hibana/compare/v1.2.1...HEAD
86+
[1.2.1]: https://github.com/RickCogley/hibana/compare/v1.2.0...v1.2.1
7887
[1.2.0]: https://github.com/RickCogley/hibana/compare/v1.1.0...v1.2.0
7988
[1.1.0]: https://github.com/RickCogley/hibana/compare/v0.5.0...v1.1.0
8089
[0.5.0]: https://github.com/RickCogley/hibana/releases/tag/v0.5.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enhance Lume static site generation projects.
66

77
| Hibana | Specifications |
88
| -------------- | ---------------------------------------------------------------------------- |
9-
| **Version** | 1.2.0 |
9+
| **Version** | 1.2.1 |
1010
| **Repository** | [https://github.com/RickCogley/hibana](https://github.com/RickCogley/hibana) |
1111
| **License** | MIT |
1212
| **Author** | Rick Cogley |
@@ -19,7 +19,7 @@ Add `hibana` to your Lume project's `deno.json` import map:
1919
{
2020
"imports": {
2121
"lume/": "https://deno.land/x/lume@v3.1.2/",
22-
"hibana/": "https://deno.land/x/hibana@v1.2.0/"
22+
"hibana/": "https://deno.land/x/hibana@v1.2.1/"
2323
}
2424
}
2525
```
@@ -29,7 +29,7 @@ Or import directly from GitHub:
2929
```json
3030
{
3131
"imports": {
32-
"hibana/": "https://raw.githubusercontent.com/RickCogley/hibana/v1.2.0/"
32+
"hibana/": "https://raw.githubusercontent.com/RickCogley/hibana/v1.2.1/"
3333
}
3434
}
3535
```

0 commit comments

Comments
 (0)