Skip to content

Commit

Permalink
fix: added [main] property to package.json. Fixes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 23, 2024
1 parent d53a09e commit 856bc8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.2.3] - 2024-04-23

- fix: added `[main]` property to package.json. Fixes #61

### [1.2.2] - 2024-04-22

- populate [files] in package.json. Delete .npmignore.
- populate [files] in package.json. Delete .npmignore. #60
- dep: eslint-plugin-haraka -> @haraka/eslint-config
- lint: remove duplicate / stale rules from .eslintrc
- deps: bump versions
Expand Down Expand Up @@ -77,3 +81,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.2.0]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.0
[1.2.1]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.1
[1.2.2]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.2
[1.2.3]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.3
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "haraka-plugin-limit",
"version": "1.2.2",
"version": "1.2.3",
"description": "enforce various types of limits on remote MTAs",
"main": "index.js",
"files": [
"config"
],
Expand Down

0 comments on commit 856bc8e

Please sign in to comment.