Skip to content

Commit 7be8b78

Browse files
Merge pull request #2 from adrianprelipcean/feature/improve-packaging
Feature/improve packaging
2 parents 15d9dd4 + 6013e84 commit 7be8b78

File tree

10 files changed

+1861
-116
lines changed

10 files changed

+1861
-116
lines changed

.mocharc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extension": ["ts"],
3+
"spec": "test/**/*.spec.ts",
4+
"node-option": [
5+
"experimental-specifier-resolution=node",
6+
"loader=ts-node/esm"
7+
],
8+
"recursive": true
9+
}

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.1.0](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.1.0)
10+
11+
### Added
12+
13+
- Using [pkgroll](https://github.com/privatenumber/pkgroll) to bundle library
14+
915
## [1.0.2](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.0.2)
1016

1117
### Added

0 commit comments

Comments
 (0)