Skip to content

Commit

Permalink
chore(main): release highlightjs 0.2.1 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 24, 2024
1 parent 011b0fb commit e6eeec2
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.1](https://github.com/catppuccin/highlightjs/compare/highlightjs-v0.2.0...highlightjs-v0.2.1) (2024-05-24)


### Build system & distribution

* **release-please:** add `changelog-sections` ([#29](https://github.com/catppuccin/highlightjs/issues/29)) ([8a3a0e3](https://github.com/catppuccin/highlightjs/commit/8a3a0e3534bb603252b1b83e262d719a304f4b7d))
* **release-please:** add `last-release-sha` ([#30](https://github.com/catppuccin/highlightjs/issues/30)) ([5bdc614](https://github.com/catppuccin/highlightjs/commit/5bdc61428764762217d0e362615741eb018a4a76))
* **release-please:** delete manifest file ([#37](https://github.com/catppuccin/highlightjs/issues/37)) ([45ecd17](https://github.com/catppuccin/highlightjs/commit/45ecd1717c03856090a695e6873f23cbb655e741))
* **release-please:** remove incorrect chars? ([#34](https://github.com/catppuccin/highlightjs/issues/34)) ([9b2704d](https://github.com/catppuccin/highlightjs/commit/9b2704df0f3fea30689dff96db0bc50c5b65aa02))
* **release-please:** revert deletion of manifest file ([5ac9adb](https://github.com/catppuccin/highlightjs/commit/5ac9adb79558a62dbb2103f86ed6f36481c55f76))
* **release-please:** update versions in README ([#28](https://github.com/catppuccin/highlightjs/issues/28)) ([cb9c86a](https://github.com/catppuccin/highlightjs/commit/cb9c86a04f3d90779df521700b237d9d9b1c470f))

## [0.2.0](https://github.com/catppuccin/highlightjs/compare/v0.1.4...v0.2.0) (2024-05-24)


Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,26 +61,26 @@ Embed the [Highlight.js script](https://highlightjs.org/download/) along with on
#### unpkg

```html
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].0/css/catppuccin-latte.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].0/css/catppuccin-frappe.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].0/css/catppuccin-macchiato.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].0/css/catppuccin-mocha.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].1/css/catppuccin-latte.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].1/css/catppuccin-frappe.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].1/css/catppuccin-macchiato.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].1/css/catppuccin-mocha.css">
<!-- variable version -->
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].0/css/catppuccin.variables.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].0/css/catppuccin.variables.important.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].1/css/catppuccin.variables.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected].1/css/catppuccin.variables.important.css">
```

#### jsDelivr

```html
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].0/css/catppuccin-latte.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].0/css/catppuccin-frappe.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].0/css/catppuccin-macchiato.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].0/css/catppuccin-mocha.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].1/css/catppuccin-latte.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].1/css/catppuccin-frappe.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].1/css/catppuccin-macchiato.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].1/css/catppuccin-mocha.css">

<!-- variable version -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].0/css/catppuccin.variables.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].0/css/catppuccin.variables.important.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].1/css/catppuccin.variables.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected].1/css/catppuccin.variables.important.css">
```

<!-- x-release-please-end -->
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catppuccin/highlightjs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Soothing pastel theme for Highlight.js",
"repository": "https://github.com/catppuccin/highlightjs.git",
"author": "Catppuccin Org <[email protected]>",
Expand Down

0 comments on commit e6eeec2

Please sign in to comment.