Skip to content

Commit 5ff013f

Browse files
safesurferjoshuef
authored andcommitted
chore(release): 0.11.2
1 parent 189bb1b commit 5ff013f

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
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.
44

5+
## [0.11.2](https://github.com/maidsafe/safe_browser/compare/v0.11.1...v0.11.2) (2019-02-26)
6+
7+
8+
### Bug Fixes
9+
10+
* **Changelog:** Readd accidentally removed bump command ([cee8e8d](https://github.com/maidsafe/safe_browser/commit/cee8e8d))
11+
* **CI:** Add missing WAIT for some auth CI drivers ([f506a02](https://github.com/maidsafe/safe_browser/commit/f506a02)), closes [#565](https://github.com/maidsafe/safe_browser/issues/565)
12+
* **CI:** Travis release sha256 naming fixed ([61a5bb7](https://github.com/maidsafe/safe_browser/commit/61a5bb7))
13+
* **Deps:** upgrade lodash to >=4.17.11 to remediate security vulnerability ([#580](https://github.com/maidsafe/safe_browser/issues/580)) ([1acc846](https://github.com/maidsafe/safe_browser/commit/1acc846))
14+
* **Devtools:** BG Process devtools no longer opens when running packaged/mock ([56f3af0](https://github.com/maidsafe/safe_browser/commit/56f3af0))
15+
* **dom:** creates link_revealer div just once when browser mounts ([dfddafe](https://github.com/maidsafe/safe_browser/commit/dfddafe))
16+
* **http:** Open blank tab when closing a new tab from http: req ([d214d74](https://github.com/maidsafe/safe_browser/commit/d214d74))
17+
* **linting:** Fix eslint setup to run properly ([d1d0274](https://github.com/maidsafe/safe_browser/commit/d1d0274))
18+
* **loading-logic:** able to move backwards to about:blank or reload about:blank ([b1e8a66](https://github.com/maidsafe/safe_browser/commit/b1e8a66))
19+
* **package:** remove duplicate crust.config file in Windows package ([28b85e2](https://github.com/maidsafe/safe_browser/commit/28b85e2))
20+
* **packaging:** remove unlinkSync for container folder ([e2737c7](https://github.com/maidsafe/safe_browser/commit/e2737c7))
21+
* **Packaging:** Update startAsMock file location for dev builds. ([6b00fa5](https://github.com/maidsafe/safe_browser/commit/6b00fa5)), closes [#590](https://github.com/maidsafe/safe_browser/issues/590)
22+
* **tabs:** reloads tabs independent of window ([df28e09](https://github.com/maidsafe/safe_browser/commit/df28e09))
23+
* **tabs:** updates tab with URL when navigating via anchor link ([6517d22](https://github.com/maidsafe/safe_browser/commit/6517d22))
24+
* **tabs:** Working tab context menu option: 'Open Link in New Tab' ([4367b1d](https://github.com/maidsafe/safe_browser/commit/4367b1d))
25+
* **tests:** TDD - resolves failing tests ([27fe093](https://github.com/maidsafe/safe_browser/commit/27fe093))
26+
27+
28+
529
<a name="0.11.1"></a>
630
## [0.11.1](https://github.com/maidsafe/safe_browser/compare/v0.7.0-rc.3...v0.11.1) (2019-01-24)
731

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "safe-browser",
33
"identifier": "net.maidsafe.safe-browser",
44
"productName": "SAFE Browser",
5-
"version": "0.11.1",
5+
"version": "0.11.2",
66
"vendor": "MaidSafe.net Ltd",
77
"description": "Electron web browser. React/redux powered with an aim of extensiblity.",
88
"scripts": {

0 commit comments

Comments
 (0)