We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a20cad commit 64c49b2Copy full SHA for 64c49b2
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
3
+# [2.1.0](https://github.com/logdna/stdlib-node/compare/v2.0.0...v2.1.0) (2025-07-11)
4
+
5
6
+### Features
7
8
+* **moduleId**: add module id function [4a20cad](https://github.com/logdna/stdlib-node/commit/4a20cad276e003442dc03173008c27e419e02ace) - Matt March
9
10
# [2.0.0](https://github.com/logdna/stdlib-node/compare/v1.2.3...v2.0.0) (2024-11-01)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@logdna/stdlib",
"description": "Standardized module functions free of business logic",
- "version": "2.0.0",
+ "version": "2.1.0",
"main": "index.js",
"scripts": {
"tap": "tap",
0 commit comments