Skip to content

Commit 154d8aa

Browse files
chore(main): release 8.1.3 (#833)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cfb1ae commit 154d8aa

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [8.1.3](https://github.com/nodeshift/opossum/compare/v8.1.2...v8.1.3) (2023-11-06)
6+
7+
8+
### Bug Fixes
9+
10+
* push.apply with an unbounded array leads to stack overflow exceptions. ([#830](https://github.com/nodeshift/opossum/issues/830)) ([2cfb1ae](https://github.com/nodeshift/opossum/commit/2cfb1aeb8649359b0e8adc44b20bce61ee2bb3c1))
11+
* upgrade tape from 5.6.6 to 5.7.0 ([#828](https://github.com/nodeshift/opossum/issues/828)) ([650807a](https://github.com/nodeshift/opossum/commit/650807ac5a4e6a8417c9165914559f452110f460))
12+
513
## [8.1.2](https://github.com/nodeshift/opossum/compare/v8.1.1...v8.1.2) (2023-10-05)
614

715

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opossum",
3-
"version": "8.1.2",
3+
"version": "8.1.3",
44
"author": "Red Hat, Inc.",
55
"license": "Apache-2.0",
66
"type": "commonjs",

0 commit comments

Comments
 (0)