Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2022-12-22)

### Features

* support for TypeScript 4.9 ([c329a34](c329a34))
  • Loading branch information
semantic-release-bot committed Dec 22, 2022
1 parent bf39c7e commit b1542ef
Show file tree
Hide file tree
Showing 18 changed files with 1,020 additions and 1,791 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.1.0](https://github.com/willgm/web-crypto-storage/compare/v3.0.0...v3.1.0) (2022-12-22)


### Features

* support for TypeScript 4.9 ([c329a34](https://github.com/willgm/web-crypto-storage/commit/c329a340931d8266c540bbb2536f15f698e3aff2))

# [3.0.0](https://github.com/willgm/web-crypto-storage/compare/v2.0.3...v3.0.0) (2022-02-17)


Expand Down
6 changes: 3 additions & 3 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
--dark-hl-6: #C586C0;
--light-hl-7: #001080;
--dark-hl-7: #9CDCFE;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -43,7 +43,7 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
Expand All @@ -55,7 +55,7 @@ body.light {
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
Expand Down
Loading

0 comments on commit b1542ef

Please sign in to comment.