Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 28, 2021
1 parent 897f327 commit 85d6221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.16.4] - 2021-03-28
### Added
- Allow to define a function as a `permalink` to generate it dynamically.
- The `permalink` value can be a relative path (must starts with `./` or `../`), that will be resolved to the directory name.
Expand Down Expand Up @@ -501,7 +501,7 @@ First version
[#41]: https://github.com/oscarotero/lume/issues/41
[#43]: https://github.com/oscarotero/lume/issues/43

[Unreleased]: https://github.com/oscarotero/lume/compare/v0.16.3...HEAD
[0.16.4]: https://github.com/oscarotero/lume/compare/v0.16.3...v0.16.4
[0.16.3]: https://github.com/oscarotero/lume/compare/v0.16.2...v0.16.3
[0.16.2]: https://github.com/oscarotero/lume/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/oscarotero/lume/compare/v0.16.0...v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as build from "./cli/build.js";
import * as run from "./cli/run.js";
import { error as printError } from "./utils.js";

export const version = "v0.16.3";
export const version = "v0.16.4";

const HELP = `
Docs: https://lumeland.github.io/
Expand Down

0 comments on commit 85d6221

Please sign in to comment.