Skip to content

Commit cc7b29f

Browse files
release: v3.0.0
# [3.0.0](v2.1.0...v3.0.0) (2025-04-21) ### Features * stacktrace api ([#75](#75)) ([9888a0f](9888a0f)), closes [#74](#74) ### merge * v3.0.0 ([#77](#77)) ([ba63067](ba63067)), closes [#76](#76) [#75](#75) ### BREAKING CHANGES * Minimize the package size by dropping unnecessary APIs and focusing on the main (`stackTrace`) API. issues: * Minimize the package size by dropping unnecessary APIs and focusing on the main (`stackTrace`) API. issues:
1 parent ba63067 commit cc7b29f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@mnrendra/stack-trace",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "A utility for tracing the caller's call sites starting from a specific callee.",
55
"private": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)