Skip to content

Commit

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

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.424.0"></a>
# [3.424.0](https://github.com/PeerioTechnologies/peerio-mobile/compare/v3.423.0...v3.424.0) (2018-12-17)


### Bug Fixes

* fix message info view for when receipts are null ([d9200f9](https://github.com/PeerioTechnologies/peerio-mobile/commit/d9200f9))
* refactor receipt view component [ch18035] ([66178bd](https://github.com/PeerioTechnologies/peerio-mobile/commit/66178bd))



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

Expand Down
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeriomobile",
"version": "3.423.0",
"version": "3.424.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 Expand Up @@ -101,7 +101,7 @@
"path": "0.12.7",
"pdfform.js": "1.0.13",
"peerio-copy": "github:PeerioTechnologies/peerio-copy#icebear",
"peerio-icebear": "github:PeerioTechnologies/peerio-icebear#dev",
"peerio-icebear": "github:PeerioTechnologies/peerio-icebear#v6.0.1",
"peerio-translator": "2.1.1",
"process": "0.11.9",
"prop-types": "15.5.10",
Expand Down

0 comments on commit 5d6675a

Please sign in to comment.