Skip to content

Commit

Permalink
release v1.1.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Aug 19, 2022
1 parent ef263ec commit b6dde88
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: get
uses: msimerson/node-lts-versions@v1.3.2
uses: msimerson/node-lts-versions@v1
outputs:
active: ${{ steps.get.outputs.active }}
lts: ${{ steps.get.outputs.lts }}
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- package.json

env:
CI: true
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ jspm_packages
# Optional REPL history
.node_repl_history

package-lock.json
package-lock.json
bower_components
# Optional npm cache directory
.npmrc
.idea
.DS_Store
haraka-update.sh
22 changes: 20 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,23 @@ jspm_packages
# Optional REPL history
.node_repl_history

# Github Actions
.github
package-lock.json
bower_components
# Optional npm cache directory
.npmrc
.idea
.DS_Store
haraka-update.sh

.github
.release
.codeclimate.yml
.editorconfig
.gitignore
.gitmodules
.lgtm.yml
appveyor.yml
codecov.yml
.travis.yml
.eslintrc.yaml
.eslintrc.json
7 changes: 7 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

### Unreleased


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

- initialize redis when only concurrency is enabled (#42)


### [1.0.7] - 2022-06-03

- chore: add .release as a submodule
Expand Down Expand Up @@ -49,3 +55,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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-limit",
"version": "1.0.7",
"version": "1.1.0",
"description": "enforce various types of limits on remote MTAs",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit b6dde88

Please sign in to comment.