Skip to content

Commit 27ad8ba

Browse files
committedSep 26, 2023
2.0.1
1 parent f934b22 commit 27ad8ba

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎package-lock.json

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@
7171
},
7272
"engines": {
7373
"node": ">= 12"
74-
}
74+
},
75+
"version": "2.0.1"
7576
}

5 commit comments

Comments
 (5)

mmozcelik commented on Sep 26, 2023

@mmozcelik

@keithamus this should have been released with a new major version, it fails our builds due to the previous commit about converting project to an ES module.

keithamus commented on Sep 26, 2023

@keithamus
MemberAuthor

Sorry yeah I thought that was an already released major in 2.0. I'll fix.

keithamus commented on Sep 26, 2023

@keithamus
MemberAuthor

@mmozcelik I've published 2.0.2. Please let me know if that works for you.

MeLlamoPablo commented on Dec 4, 2023

@MeLlamoPablo

@keithamus please consider marking 2.0.1 deprecated in favor of 2.0.2. We upgraded to 2.0.1 to get rid of the security alert, but we should've upgraded to 2.0.2 instead. We didn't realize this broke parts of our code, and then debugging the issue was difficult.

A deprecation warning would make easier for devs who upgrade to 2.0.1 to know that they should use 2.0.2 instead.

keithamus commented on Dec 4, 2023

@keithamus
MemberAuthor

Sure, it's now marked as deprecated https://www.npmjs.com/package/get-func-name/v/2.0.1.

Please sign in to comment.