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 Jul 22, 2019
1 parent 8d3be00 commit 5159711
Show file tree
Hide file tree
Showing 7 changed files with 1,034 additions and 1,087 deletions.
35 changes: 23 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Changes that require manual, atypical updates for those running their own instan

## [Unreleased]

## [6.7.1] - 2019-07-21

### Changed

- Small updates and code tweaks

### Fixed

- CHANGELOG version links

## [6.7.0] - 2019-06-17

### Changed
Expand Down Expand Up @@ -136,16 +146,17 @@ Changes that require manual, atypical updates for those running their own instan
- Release 6.0.0

[unreleased]: https://github.com/Xyfir/ptorx/compare/6.7.0...HEAD
[6.7.0]: https://github.com/Xyfir/ptorx/compare/6.6.1...6.7.0
[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
[6.4.1]: https://github.com/Xyfir/ptorx/compare/6.4.0...6.4.1
[6.4.0]: https://github.com/Xyfir/ptorx/compare/6.3.0...6.4.0
[6.3.0]: https://github.com/Xyfir/ptorx/compare/6.2.1...6.3.0
[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
[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
[6.6.1]: https://github.com/Xyfir/ptorx/releases/tag/6.6.1
[6.6.0]: https://github.com/Xyfir/ptorx/releases/tag/6.6.0
[6.5.1]: https://github.com/Xyfir/ptorx/releases/tag/6.5.1
[6.5.0]: https://github.com/Xyfir/ptorx/releases/tag/6.5.0
[6.4.1]: https://github.com/Xyfir/ptorx/releases/tag/6.4.1
[6.4.0]: https://github.com/Xyfir/ptorx/releases/tag/6.4.0
[6.3.0]: https://github.com/Xyfir/ptorx/releases/tag/6.3.0
[6.2.1]: https://github.com/Xyfir/ptorx/releases/tag/6.2.1
[6.2.0]: https://github.com/Xyfir/ptorx/releases/tag/6.2.0
[6.1.1]: https://github.com/Xyfir/ptorx/releases/tag/6.1.1
[6.1.0]: https://github.com/Xyfir/ptorx/releases/tag/6.1.0
[6.0.0]: https://github.com/Xyfir/ptorx/releases/tag/6.0.0
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.7.0",
"version": "6.7.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.7.0",
"version": "6.7.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.7.0",
"ptorx-web": "^6.7.0"
"ptorx-server": "^6.7.1",
"ptorx-web": "^6.7.1"
},
"keywords": [
"email forwarding",
Expand Down
Loading

0 comments on commit 5159711

Please sign in to comment.