Skip to content

Commit c26d505

Browse files
committed
chore: add changelog file
1 parent 511118a commit c26d505

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -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+
### Added
14+
- Add changelog file

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint:src": "eslint . --fix --ignore-pattern test/",
2525
"lint:test": "eslint test --fix",
2626
"test": "mocha -R spec",
27-
"prepush": "npm run lint"
27+
2828
},
2929
"dependencies": {
3030
"debug": "^4.1.0",

0 commit comments

Comments
 (0)