Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 14, 2024
1 parent 8c53570 commit 297c721
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _scripts/build_npm.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { build } from "jsr:@deno/[email protected]";
import { emptyDir } from "jsr:@std/[email protected].2/empty-dir";
import { emptyDir } from "jsr:@std/[email protected].3/empty-dir";

await emptyDir("./_npm");

Expand Down

0 comments on commit 297c721

Please sign in to comment.