diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da461d8..aa49d003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project try to adheres to [Semantic Versioning](https://semver.org/). Go to the `v1` branch to see the changelog of Lume 1. +## [2.2.3] - Unreleased +### Fixed +- Updated dependencies: `std`. + ## [2.2.2] - 2024-06-21 ### Fixed - `search.data()` doesn't return data for source files (like `search.data("index.md")`). @@ -417,6 +421,7 @@ Go to the `v1` branch to see the changelog of Lume 1. [#618]: https://github.com/lumeland/lume/issues/618 [#619]: https://github.com/lumeland/lume/issues/619 +[2.2.3]: https://github.com/lumeland/lume/compare/v2.2.2...HEAD [2.2.2]: https://github.com/lumeland/lume/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/lumeland/lume/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/lumeland/lume/compare/v2.1.4...v2.2.0 diff --git a/deno.json b/deno.json index 73864485..bf3f7394 100644 --- a/deno.json +++ b/deno.json @@ -12,7 +12,7 @@ "test": "TZ=Z LUME_LOGS=ERROR DENO_FUTURE=1 deno test -A", "test:update": "deno task test -- --update", "changelog": "deno run --allow-read --allow-write https://deno.land/x/changelog@v2.5.3/bin.ts", - "update-deps": "deno run -A --quiet 'https://deno.land/x/nudd@v0.2.4/cli.ts' update deps/*.ts cms.ts deno.json" + "update-deps": "deno run -A --quiet 'https://deno.land/x/nudd@v0.2.5/cli.ts' update deps/*.ts cms.ts deno.json" }, "imports": { "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.5.2/" diff --git a/deps/media_types.ts b/deps/media_types.ts index 2dc81682..a0a76af6 100644 --- a/deps/media_types.ts +++ b/deps/media_types.ts @@ -1 +1 @@ -export * from "jsr:@std/media-types@0.224.1"; +export * from "jsr:@std/media-types@1.0.0"; diff --git a/deps/yaml.ts b/deps/yaml.ts index 283e55a8..7f9729d6 100644 --- a/deps/yaml.ts +++ b/deps/yaml.ts @@ -1 +1 @@ -export * from "jsr:@std/yaml@0.224.2"; +export * from "jsr:@std/yaml@0.224.3";