Skip to content

Commit 388e805

Browse files
committed
chore: release v1.0.0-beta.10
1 parent 56bc991 commit 388e805

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
## [1.0.0-beta.10](https://github.com/getezy/ezy/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-09-06)
4+
5+
6+
### Features
7+
8+
* **#20:** sign macOS distributions ([56bc991](https://github.com/getezy/ezy/commit/56bc991e2907b20bae5b5c1561f5d5fb08458dc2)), closes [#20](https://github.com/getezy/ezy/issues/20)
9+
* **#21:** add horizontal/vertical alignment ([177720f](https://github.com/getezy/ezy/commit/177720f8c2ac874e2acf15dd700a5d9ad056a2d5)), closes [#21](https://github.com/getezy/ezy/issues/21)
10+
* **#8:** add response timings ([97862aa](https://github.com/getezy/ezy/commit/97862aa2dff53c425502f4f5b27beaa10975ef26)), closes [#8](https://github.com/getezy/ezy/issues/8)
11+
* add environments to shortcuts ([cc6e552](https://github.com/getezy/ezy/commit/cc6e5521b5447f1a75d0fb0fe3ddff3dd8c68d1e))
12+
13+
14+
### Bug Fixes
15+
16+
* show dropdown popup ([9ae2a10](https://github.com/getezy/ezy/commit/9ae2a104f20f079468d651d57ae926248fd4344a))
17+
318
## [1.0.0-beta.9](https://github.com/getezy/ezy/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-08-28)
419

520

@@ -53,4 +68,4 @@
5368

5469
### Bug Fixes
5570

56-
* store freezing on changing data ([ee8b35c](https://github.com/getezy/ezy/commit/ee8b35cf7ffb48c311f9da58c2037aeb8d98ae70))
71+
* store freezing on changing data ([ee8b35c](https://github.com/getezy/ezy/commit/ee8b35cf7ffb48c311f9da58c2037aeb8d98ae70))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ezy",
33
"productName": "ezy",
4-
"version": "1.0.0-beta.9",
4+
"version": "1.0.0-beta.10",
55
"description": "Desktop gRPC client.",
66
"main": ".webpack/main",
77
"scripts": {

0 commit comments

Comments
 (0)