Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2022-03-14)

### Bug Fixes

* **deno:** fix broken import in deno dist files ([#85](#85)) ([86faf2a](86faf2a))
  • Loading branch information
semantic-release-bot committed Mar 14, 2022
1 parent 86faf2a commit 7436788
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

## [4.0.1](https://github.com/RebeccaStevens/deepmerge-ts/compare/v4.0.0...v4.0.1) (2022-03-14)


### Bug Fixes

* **deno:** fix broken import in deno dist files ([#85](https://github.com/RebeccaStevens/deepmerge-ts/issues/85)) ([86faf2a](https://github.com/RebeccaStevens/deepmerge-ts/commit/86faf2a047488be2fbb1ff6a1edd005b5d4670cb))

# [4.0.0](https://github.com/RebeccaStevens/deepmerge-ts/compare/v3.0.1...v4.0.0) (2022-02-26)


Expand Down
3 changes: 2 additions & 1 deletion dist/deno/types/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { DeepMergeMergeFunctionsDefaults } from "@/deepmerge DENOIFY: DEPENDENCY UNMET (BUILTIN)";
// eslint-disable-next-line import/no-relative-parent-imports -- use "@/deepmerge" once denoify can support it.
import type { DeepMergeMergeFunctionsDefaults } from "../index.ts";

import type { DeepMergeBuiltInMetaData } from "./merging.ts";

Expand Down

0 comments on commit 7436788

Please sign in to comment.