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 Apr 10, 2019
1 parent 58c9dd0 commit 94b1d71
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 25 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Changes that require manual, atypical updates for those running their own instan

## [Unreleased]

## [6.2.1] - 2019-04-10

### Changed

- Update dependencies and Yalcs

## [6.2.0] - 2019-04-09

### Added
Expand Down Expand Up @@ -52,7 +58,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.2.0...HEAD
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.2.1...HEAD
[6.2.1]: https://github.com/Xyfir/ptorx/compare/6.2.0...6.2.1
[6.2.0]: https://github.com/Xyfir/ptorx/compare/6.1.1...6.2.0
[6.1.1]: https://github.com/Xyfir/ptorx/compare/6.0.1...6.1.1
[6.1.0]: https://github.com/Xyfir/ptorx/compare/6.0.0...6.1.0
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
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.2.0",
"version": "6.2.1",
"manifest_version": 2,
"browser_action": {
"default_icon": {
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.2.0",
"version": "6.2.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.2.0",
"ptorx-web": "^6.2.0"
"ptorx-server": "^6.2.1",
"ptorx-web": "^6.2.1"
},
"keywords": [
"email forwarding",
Expand Down
14 changes: 7 additions & 7 deletions server/package-lock.json

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

6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-server",
"version": "6.2.0",
"version": "6.2.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -50,14 +50,14 @@
"@types/jsonwebtoken": "^8.3.2",
"@types/mailparser": "^2.4.0",
"@types/mysql": "^2.15.5",
"@types/node": "^11.13.2",
"@types/node": "^11.13.4",
"@types/node-forge": "^0.8.2",
"@types/openpgp": "^4.4.3",
"@types/smtp-server": "^3.5.1",
"@types/uuid": "^3.4.4",
"jest": "^24.7.1",
"jest-extended": "^0.11.1",
"typescript": "^3.4.2"
"typescript": "^3.4.3"
},
"keywords": [
"email forwarding",
Expand Down
14 changes: 7 additions & 7 deletions web/package-lock.json

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

6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-web",
"version": "6.2.0",
"version": "6.2.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"scripts": {
Expand Down Expand Up @@ -53,10 +53,10 @@
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"typescript": "^3.4.2",
"typescript": "^3.4.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.0"
"webpack-dev-server": "^3.3.1"
},
"keywords": [
"email forwarding",
Expand Down

0 comments on commit 94b1d71

Please sign in to comment.