Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Feb 17, 2021
1 parent c6d92d9 commit 31e952f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare-fortify-setup-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prepare fortify-setup repository
runs:
using: "composite"
steps:
- run: git clone https://$ACCESS_TOKEN:[email protected]/PeculiarVentures/fortify-setup.git --depth=1 --branch=dev
- run: git clone https://$ACCESS_TOKEN:[email protected]/PeculiarVentures/fortify-setup.git --depth=1 --branch=master
shell: bash
- run: npm ci --prefix ./fortify-setup
shell: bash
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.0](https://github.com/PeculiarVentures/fortify/releases/tag/1.8.0) (17.02.2021)

### Features

- Update preferences window UI ([#395](https://github.com/PeculiarVentures/fortify/pull/395)).
- Update `electron` dependency to `11.2.3` ([#397](https://github.com/PeculiarVentures/fortify/pull/397).

## [1.7.0](https://github.com/PeculiarVentures/fortify/releases/tag/1.7.0) (08.02.2021)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "fortify",
"productName": "Fortify",
"version": "1.7.0",
"version": "1.8.0",
"description": "Fortify enables web applications to use smart cards, local certificate stores and do certificate enrollment",
"main": "out/main.js",
"scripts": {
Expand Down

0 comments on commit 31e952f

Please sign in to comment.