Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2022-04-26)

### Bug Fixes

* force release ([#21](#21)) ([0bc651b](0bc651b))
  • Loading branch information
semantic-release-bot committed Apr 26, 2022
1 parent 0bc651b commit 698309e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.1](https://github.com/jaredLunde/exploration/compare/v1.4.0...v1.4.1) (2022-04-26)


### Bug Fixes

* force release ([#21](https://github.com/jaredLunde/exploration/issues/21)) ([0bc651b](https://github.com/jaredLunde/exploration/commit/0bc651b290fd6f9008ec29b61ef6a544d6cd016b))

# [1.4.0](https://github.com/jaredLunde/exploration/compare/v1.3.6...v1.4.0) (2022-04-26)


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.4.0",
"version": "1.4.1",
"description": "",
"license": "MIT",
"author": "Jared Lunde <jared.lunde@gmail.com> (https://jaredlunde.com/)",
Expand Down
1 change: 1 addition & 0 deletions types/tree/tree.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export declare class Tree<NodeData = {}> {
comparator?: (a: Node<NodeData>, b: Node<NodeData>) => number;
});
get visibleNodes(): number[];
getSnapshot: () => number[];
getById(id: number): Node<NodeData> | undefined;
/**
* Ensures that the children of any given branch have been loaded and ready to be worked with.
Expand Down
2 changes: 1 addition & 1 deletion types/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 698309e

Please sign in to comment.