We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511118a commit c26d505Copy full SHA for c26d505
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
+### Added
10
+### Fixed
11
12
+## [5.1.3] - 2023-19-02
13
14
+ - Add changelog file
package.json
@@ -24,7 +24,7 @@
24
"lint:src": "eslint . --fix --ignore-pattern test/",
25
"lint:test": "eslint test --fix",
26
"test": "mocha -R spec",
27
- "prepush": "npm run lint"
28
},
29
"dependencies": {
30
"debug": "^4.1.0",
0 commit comments