Skip to content

Commit

Permalink
Release v1.1.1 (#50)
Browse files Browse the repository at this point in the history
* package.json: remove deprecated main
* ci: run on pull_request
  • Loading branch information
msimerson authored Apr 21, 2023
1 parent f74d1e9 commit 5b57316
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI

on:
- push
on: [ push, pull_request ]

env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .release
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
### Unreleased


### [1.1.1] - 2022-12-18

- package.json: remove deprecated 'main'


### [1.1.0] - 2022-08-18

- initialize redis when only concurrency is enabled (#42)
Expand Down Expand Up @@ -56,3 +61,4 @@

[1.0.7]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.0.7
[1.1.0]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.1.0
[1.1.1]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.1.1
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "haraka-plugin-limit",
"version": "1.1.0",
"version": "1.1.1",
"description": "enforce various types of limits on remote MTAs",
"main": "index.js",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 5b57316

Please sign in to comment.