Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2022-04-13)

### Bug Fixes

* more closely mimic use deferred value ([#5](#5)) ([c5c2b73](c5c2b73))
  • Loading branch information
semantic-release-bot committed Apr 13, 2022
1 parent c5c2b73 commit e14410c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.1.2](https://github.com/jaredLunde/exploration/compare/v1.1.1...v1.1.2) (2022-04-13)

### Bug Fixes

- more closely mimic use deferred value ([#5](https://github.com/jaredLunde/exploration/issues/5)) ([c5c2b73](https://github.com/jaredLunde/exploration/commit/c5c2b73e8ab21abdafa1a6468c59ca4fc69c57dc))

## [1.1.1](https://github.com/jaredLunde/exploration/compare/v1.1.0...v1.1.1) (2022-04-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exploration",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"license": "MIT",
"author": "Jared Lunde <[email protected]> (https://jaredlunde.com/)",
Expand Down
2 changes: 1 addition & 1 deletion types/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions types/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export declare function throttle<CallbackArguments extends any[]>(
fps?: number,
leading?: boolean
): (...args: CallbackArguments) => void;
export declare const perf: Performance | DateConstructor;
export declare function shallowEqual<
A extends Record<string | number | symbol, unknown> | null,
B extends Record<string | number | symbol, unknown> | null
Expand Down

0 comments on commit e14410c

Please sign in to comment.