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 Sep 12, 2019
1 parent 220622c commit be216d4
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 342 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](https://semver.org) after `v6.7.2`

## [Unreleased]

## [6.8.0] - 2019-09-XX

### Added

- Ability for users to delete their account

### Changed

- Improve warning when updating mailbox password

## [6.7.2] - 2019-08-20

### Added
Expand Down Expand Up @@ -144,7 +154,8 @@ This project adheres to [Semantic Versioning](https://semver.org) after `v6.7.2`

- Release 6.0.0

[unreleased]: https://github.com/Xyfir/ptorx/compare/6.7.2...HEAD
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.8.0...HEAD
[6.8.0]: https://github.com/Xyfir/ptorx/releases/tag/6.8.0
[6.7.2]: https://github.com/Xyfir/ptorx/releases/tag/6.7.2
[6.7.1]: https://github.com/Xyfir/ptorx/releases/tag/6.7.1
[6.7.0]: https://github.com/Xyfir/ptorx/releases/tag/6.7.0
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "Email Forwarding and Aliases by Ptorx",
"short_name": "Ptorx",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"version": "6.7.2",
"version": "6.8.0",
"manifest_version": 2,
"browser_action": {
"default_icon": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ptorx",
"version": "6.7.2",
"version": "6.8.0",
"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.7.2",
"ptorx-web": "^6.7.2"
"ptorx-server": "^6.8.0",
"ptorx-web": "^6.8.0"
},
"keywords": [
"email forwarding",
Expand Down
45 changes: 26 additions & 19 deletions server/package-lock.json

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

14 changes: 7 additions & 7 deletions server/package.json
@@ -1,6 +1,6 @@
{
"name": "ptorx-server",
"version": "6.7.2",
"version": "6.8.0",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "app.js",
"scripts": {
Expand All @@ -23,17 +23,17 @@
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"dotenv": "^8.1.0",
"ejs": "^2.6.2",
"ejs": "^2.7.1",
"enve": "^1.0.4",
"escape-string-regexp": "^2.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mailparser": "^2.7.1",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"node-forge": "^0.8.5",
"node-forge": "^0.9.0",
"nodemailer": "^6.3.0",
"openpgp": "^4.6.0",
"openpgp": "^4.6.2",
"rword": "^3.1.1",
"sender-rewriting-scheme": "^1.0.0",
"smtp-server": "^3.5.0",
Expand All @@ -50,15 +50,15 @@
"@types/jsonwebtoken": "^8.3.3",
"@types/mailparser": "^2.4.0",
"@types/mysql": "^2.15.7",
"@types/node": "^12.7.2",
"@types/node": "^12.7.5",
"@types/node-forge": "^0.8.6",
"@types/openpgp": "^4.4.6",
"@types/smtp-server": "^3.5.2",
"@types/uuid": "^3.4.5",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
},
"keywords": [
"email forwarding",
Expand Down

0 comments on commit be216d4

Please sign in to comment.