Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Oct 17, 2024
1 parent 8da225a commit 817c9dd
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 28 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.1.2](https://github.com/karmaniverous/controlled-proxy/compare/0.1.1...0.1.2)

- updated readme [`8da225a`](https://github.com/karmaniverous/controlled-proxy/commit/8da225a79eaa2f5ede18ddf563e32ee7c0ea9ec4)
- added images [`413d9ba`](https://github.com/karmaniverous/controlled-proxy/commit/413d9ba6790d42eda00b33d1ecbf438c43d446ac)

#### [0.1.1](https://github.com/karmaniverous/controlled-proxy/compare/0.1.0...0.1.1)

> 16 October 2024
- updated docs [`fd3d2eb`](https://github.com/karmaniverous/controlled-proxy/commit/fd3d2ebcdfe76aaa9f251920c79e936a2a12f1d0)
- chore: release v0.1.1 [`7e76ed5`](https://github.com/karmaniverous/controlled-proxy/commit/7e76ed566b9f5b67727740134a92c1deb0333d98)

#### 0.1.0

Expand Down
7 changes: 0 additions & 7 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
--dark-hl-8: #4EC9B0;
--light-hl-9: #000000FF;
--dark-hl-9: #D4D4D4;
--light-hl-10: #CD3131;
--dark-hl-10: #F44747;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -36,7 +34,6 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -51,7 +48,6 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -66,7 +62,6 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -81,7 +76,6 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -95,5 +89,4 @@
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 817c9dd

Please sign in to comment.