Skip to content

Commit b771c57

Browse files
committedMar 12, 2022
Release 1.0.2
1 parent 799473f commit b771c57

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
3+
## v1.0.2 (2022-03-12)
4+
5+
#### :bug: Bug Fix
6+
* [#1023](https://github.com/shipshapecode/swach/pull/1023) Fix issue with hex on existing colors ([@rwwagner90](https://github.com/rwwagner90))
7+
8+
#### Committers: 1
9+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
10+
211
## v1.0.1 (2022-03-11)
312

413
## v1.0.0 (2022-03-11)

‎electron-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swach",
33
"productName": "swach",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "A robust color management tool for the modern age.",
66
"main": "src/index.js",
77
"scripts": {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swach",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "A robust color management tool for the modern age.",
66
"repository": "https://github.com/shipshapecode/swach",

0 commit comments

Comments
 (0)
Please sign in to comment.