Update changelog and bump compatability key.

This commit is contained in:
Dillon Kearns 2024-04-28 08:36:25 -07:00
parent aad1ad9b41
commit 90820e3d74
2 changed files with 9 additions and 2 deletions

View File

@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [3.0.13] - 2024-04-28
### Added
- Added `SKIP_ELM_CODEGEN=true` option to skip `elm-codegen install` on `elm-pages run` (scripts) to allowing speeding up script execution by a few seconds.
- Other support for `10.1.0` release of the `elm-pages` Elm package (see `CHANGELOG-ELM.md`).
## [3.0.12] - 2024-01-10
### Fixed

View File

@ -1,3 +1,3 @@
export const compatibilityKey = 21;
export const compatibilityKey = 22;
export const packageVersion = "3.0.11";
export const packageVersion = "3.0.13";