Skip to content

Commit b61bc8f

Browse files
authored
Merge pull request #22 from express-rate-limit/feat/update-version
2 parents 6143d01 + 175ac28 commit b61bc8f

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

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.4.1](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.4.1)
10+
11+
### Changed
12+
13+
- All attributes of `config` parameter are now used by the migration handler.
14+
915
## [1.4.0](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.4.0)
1016

1117
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acpr/rate-limit-postgresql",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A PostgreSQL store for the `express-rate-limit` middleware",
55
"homepage": "https://github.com/express-rate-limit/rate-limit-postgresql",
66
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",

third_party_licenses/dev_detailed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@acpr/[email protected].0": {
2+
"@acpr/[email protected].1": {
33
"licenses": "MIT",
44
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",
55
"publisher": "Adrian C. Prelipcean"

third_party_licenses/production_detailed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@acpr/[email protected].0": {
2+
"@acpr/[email protected].1": {
33
"licenses": "MIT",
44
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",
55
"publisher": "Adrian C. Prelipcean"

0 commit comments

Comments
 (0)