Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed May 15, 2019
1 parent dbacefd commit 609ef75
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 29 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Changes that require manual, atypical updates for those running their own instan

## [Unreleased]

## [6.6.1] - 2019-05-15

### Fixed

- Cron jobs breaking from stale database connection
- Receiving emails that don't have `To` headers
- !! Issues caused by upgrading MariaDB (disabled `STRICT_TRANS_TABLES`)

## [6.6.0] - 2019-05-11

### Changed
Expand Down Expand Up @@ -116,7 +124,8 @@ Changes that require manual, atypical updates for those running their own instan

- Release 6.0.0

[unreleased]: https://github.com/Xyfir/ptorx/compare/6.6.0...HEAD
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.6.1...HEAD
[6.6.1]: https://github.com/Xyfir/ptorx/compare/6.6.0...6.6.1
[6.6.0]: https://github.com/Xyfir/ptorx/compare/6.5.0...6.6.0
[6.5.1]: https://github.com/Xyfir/ptorx/compare/6.5.0...6.5.1
[6.5.0]: https://github.com/Xyfir/ptorx/compare/6.4.1...6.5.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx",
"version": "6.6.0",
"version": "6.6.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"author": "Xyfir, LLC <contact@xyfir.com> (https://www.xyfir.com)",
Expand All @@ -9,8 +9,8 @@
"singleQuote": true
},
"dependencies": {
"ptorx-server": "^6.6.0",
"ptorx-web": "^6.6.0"
"ptorx-server": "^6.6.1",
"ptorx-web": "^6.6.1"
},
"keywords": [
"email forwarding",
Expand Down
26 changes: 13 additions & 13 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-server",
"version": "6.6.0",
"version": "6.6.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"mailparser": "^2.7.1",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"node-forge": "^0.8.2",
"node-forge": "^0.8.3",
"nodemailer": "^6.1.1",
"openpgp": "^4.5.1",
"rword": "^3.1.1",
Expand All @@ -46,12 +46,12 @@
"@types/ejs": "^2.6.3",
"@types/escape-string-regexp": "^2.0.1",
"@types/express": "^4.16.1",
"@types/jest": "^24.0.12",
"@types/jest": "^24.0.13",
"@types/jsonwebtoken": "^8.3.2",
"@types/mailparser": "^2.4.0",
"@types/mysql": "^2.15.6",
"@types/node": "^12.0.0",
"@types/node-forge": "^0.8.2",
"@types/node": "^12.0.2",
"@types/node-forge": "^0.8.3",
"@types/openpgp": "^4.4.4",
"@types/smtp-server": "^3.5.1",
"@types/uuid": "^3.4.4",
Expand Down
18 changes: 13 additions & 5 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-web",
"version": "6.6.0",
"version": "6.6.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"scripts": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.3",
"babel-loader": "^8.0.5",
"babel-loader": "^8.0.6",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
Expand Down

0 comments on commit 609ef75

Please sign in to comment.