We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3520550 commit eefc0a8Copy full SHA for eefc0a8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## [0.3.3](https://github.com/thierrymichel/cz-ccgls/compare/v0.3.2...v0.3.3) (2021-11-05)
4
+
5
6
+### Bug Fixes
7
8
+* :bug: fix `node:fs` not resolved ([3520550](https://github.com/thierrymichel/cz-ccgls/commit/3520550aed09bff5268e909cfc25faf500903602))
9
10
## [0.3.2](https://github.com/thierrymichel/cz-ccgls/compare/v0.3.1...v0.3.2) (2021-11-05)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "cz-ccgls",
- "version": "0.3.2",
+ "version": "0.3.3",
"description": "Commitizen adapter following the Conventional-Changelog with support for Gitmoji and Lerna Scopes.",
"keywords": [
"commit",
0 commit comments