Skip to content

Commit

Permalink
chore(release): 3.422.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seavan committed Dec 11, 2018
1 parent 5fc3ed5 commit 9afd3ac
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.422.0"></a>
# [3.422.0](https://github.com/PeerioTechnologies/peerio-mobile/compare/v3.418.0...v3.422.0) (2018-12-11)


### Bug Fixes

* copying text from messages shouldn't trigger open url [ch2719] ([a1689cc](https://github.com/PeerioTechnologies/peerio-mobile/commit/a1689cc))
* fix 2fa test [ch17998] ([85c41b8](https://github.com/PeerioTechnologies/peerio-mobile/commit/85c41b8))
* fix 2fa test [ch17998] ([#401](https://github.com/PeerioTechnologies/peerio-mobile/issues/401)) ([ffb0063](https://github.com/PeerioTechnologies/peerio-mobile/commit/ffb0063))
* fix autogrowing text input [ch17995] ([18db5fa](https://github.com/PeerioTechnologies/peerio-mobile/commit/18db5fa))
* fix crash on a shared folder in self chat [ch17742] ([7b65721](https://github.com/PeerioTechnologies/peerio-mobile/commit/7b65721))
* fix favicon error placeholder [ch17545] ([#394](https://github.com/PeerioTechnologies/peerio-mobile/issues/394)) ([cd98cab](https://github.com/PeerioTechnologies/peerio-mobile/commit/cd98cab))
* fix merging with other branchs ([764de2b](https://github.com/PeerioTechnologies/peerio-mobile/commit/764de2b))


### Features

* use new url preview for image urls [ch17620] ([#395](https://github.com/PeerioTechnologies/peerio-mobile/issues/395)) ([be76ddf](https://github.com/PeerioTechnologies/peerio-mobile/commit/be76ddf))



<a name="3.421.0"></a>
# [3.421.0](https://github.com/PeerioTechnologies/peerio-mobile/compare/v3.418.0...v3.421.0) (2018-12-04)

Expand Down
17 changes: 6 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeriomobile",
"version": "3.421.0",
"version": "3.422.0",
"private": true,
"scripts": {
"postinstall": "./scripts/setup-env.sh && npm run icebear:compile && ./scripts/setup-rn-debugging.sh && ./scripts/copy-android-resources.sh && ./scripts/android-switch-to-rn-fork.sh && node scripts/test-deps.js",
Expand Down

0 comments on commit 9afd3ac

Please sign in to comment.