We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf3fe6 commit 2d54138Copy full SHA for 2d54138
CHANGELOG.md
@@ -1,13 +1,13 @@
1
# tapable-tracer
2
3
-## 2.2.0
+## 2.3.0
4
5
### Minor Changes
6
7
-- Improve internal code for clarity.
+- Introduce internal hooks.
8
9
-## 2.1.2
+## 2.2.0
10
11
-### Patch Changes
+### Minor Changes
12
13
-- Fix barrel file distribution.
+- Improve internal code for clarity.
package.json
@@ -1,7 +1,7 @@
{
"name": "tapable-tracer",
"description": "Trace the connections and flows between tapable hooks.",
- "version": "2.2.0",
+ "version": "2.3.0",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments