Skip to content

Commit 4731bfa

Browse files
committed
Update the changelog
1 parent 682e715 commit 4731bfa

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version [2.1.0](https://github.com/cedx/php-minifier/compare/v2.0.0...v2.1.0)
4+
- Removed the dependency on [execa](https://www.npmjs.com/package/execa) package.
5+
36
## Version [2.0.0](https://github.com/cedx/php-minifier/compare/v1.0.2...v2.0.0)
47
- Breaking change: dropped support for [CommonJS modules](https://nodejs.org/api/modules.html).
58
- Ported the source code to [TypeScript](https://www.typescriptlang.org).

bin/php_minifier.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api/assets/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@ dd {
405405
}
406406
body {
407407
background: var(--color-background);
408-
font-family: "Segoe UI", sans-serif;
408+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
409+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
409410
font-size: 16px;
410411
color: var(--color-text);
411412
}

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version [2.1.0](https://github.com/cedx/php-minifier/compare/v2.0.0...v2.1.0)
4+
- Removed the dependency on [execa](https://www.npmjs.com/package/execa) package.
5+
36
## Version [2.0.0](https://github.com/cedx/php-minifier/compare/v1.0.2...v2.0.0)
47
- Breaking change: dropped support for [CommonJS modules](https://nodejs.org/api/modules.html).
58
- Ported the source code to [TypeScript](https://www.typescriptlang.org).

0 commit comments

Comments
 (0)