Skip to content

Commit

Permalink
release 1.2.1 (#7)
Browse files Browse the repository at this point in the history
- dep(libqp): bump to 2.1.0
- dep(libmime): bump to 5.3.4
- dep(haraka-message-stream): bump to 1.2.1
- dep(mocha & eslint): remove from devDeps (install as needed with npx)
- add ./test to .npmignore
  • Loading branch information
msimerson authored Apr 3, 2024
1 parent f541654 commit dec6707
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ codecov.yml
.travis.yml
.eslintrc.yaml
.eslintrc.json
test
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 6 files
+12 −5 CHANGELOG.md
+1 −1 LICENSE
+11 −9 README.md
+7 −6 npm/prepend-scope.cjs
+6 −8 start.sh
+13 −4 submit.sh
9 changes: 9 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

### Unreleased

### [1.2.1] - 2024-04-03

- dep(libqp): bump to 2.1.0
- dep(libmime): bump to 5.3.4
- dep(haraka-message-stream): bump to 1.2.1
- dep(mocha & eslint): remove from devDeps (install as needed with npx)
- add ./test to .npmignore


### [1.2.0] - 2022-11-29

- dep(libqp): update from 1.1 -> 2.0.1
Expand Down
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "haraka-email-message",
"version": "1.2.0",
"version": "1.2.1",
"description": "Haraka email message",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js test",
"lintfix": "npx eslint --fix *.js test",
"lint": "npx eslint@^8 *.js test",
"lintfix": "npx eslint@^8 --fix *.js test",
"versions": "npx dependency-version-checker check",
"test": "npx mocha"
"test": "npx mocha@^10"
},
"repository": {
"type": "git",
Expand All @@ -24,15 +24,13 @@
},
"homepage": "https://github.com/haraka/email-message#readme",
"devDependencies": {
"eslint": ">=8",
"eslint-plugin-haraka": "*",
"mocha": ">=9.0.0"
"eslint-plugin-haraka": "^1.0.15"
},
"dependencies": {
"haraka-config": "^1.1.0",
"haraka-message-stream": "^1.2.0",
"haraka-message-stream": "^1.2.1",
"iconv": "^3.0.1",
"libmime": "^5.1.0",
"libqp": "^2.0.1"
"libmime": "^5.3.4",
"libqp": "^2.1.0"
}
}

0 comments on commit dec6707

Please sign in to comment.