diff --git a/CHANGELOG.md b/CHANGELOG.md index f61212f..4638a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## [0.12.8] - Unreleased +### Fixed +- Updated dependencies. +- Improved types. +- Prepare the package to publish on JSR. + ## [0.12.7] - 2024-06-09 ### Fixed - Updated dependencies. @@ -231,6 +237,7 @@ First version [#64]: https://github.com/oscarotero/vento/issues/64 [#65]: https://github.com/oscarotero/vento/issues/65 +[0.12.8]: https://github.com/oscarotero/vento/compare/v0.12.7...HEAD [0.12.7]: https://github.com/oscarotero/vento/compare/v0.12.6...v0.12.7 [0.12.6]: https://github.com/oscarotero/vento/compare/v0.12.5...v0.12.6 [0.12.5]: https://github.com/oscarotero/vento/compare/v0.12.4...v0.12.5 diff --git a/_scripts/build_npm.ts b/_scripts/build_npm.ts index e83a8c2..eec23f8 100644 --- a/_scripts/build_npm.ts +++ b/_scripts/build_npm.ts @@ -1,5 +1,5 @@ import { build } from "jsr:@deno/dnt@0.41.2"; -import { emptyDir } from "jsr:@std/fs@0.229.2/empty-dir"; +import { emptyDir } from "jsr:@std/fs@0.229.3/empty-dir"; await emptyDir("./_npm");