From cb9c86a04f3d90779df521700b237d9d9b1c470f Mon Sep 17 00:00:00 2001
From: Hammy <58985301+sgoudham@users.noreply.github.com>
Date: Fri, 24 May 2024 01:30:49 +0100
Subject: [PATCH] build(release-please): update versions in README (#28)
---
.release-please-manifest.json | 3 +++
README.md | 4 ++++
release-please-config.json | 14 ++++++++++++++
3 files changed, 21 insertions(+)
create mode 100644 .release-please-manifest.json
create mode 100644 release-please-config.json
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
new file mode 100644
index 0000000..2be9c43
--- /dev/null
+++ b/.release-please-manifest.json
@@ -0,0 +1,3 @@
+{
+ ".": "0.2.0"
+}
diff --git a/README.md b/README.md
index 94f3118..d147716 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,8 @@ Embed the [Highlight.js script](https://highlightjs.org/download/), then one of
> The "variable version" assumes that you have a flavor of Catppuccin already present in your CSS variables, e.g. `:root { --ctp-mauve:136,57,239; }`.
> This is particularly useful if you use [Catppuccin TailwindCSS](https://github.com/catppuccin/tailwindcss)
+
+
unpkg:
```html
@@ -58,6 +60,8 @@ jsdelivr:
```
+
+
## 💝 Thanks to
- [Andreas Grafen](https://github.com/andreasgrafen)
diff --git a/release-please-config.json b/release-please-config.json
new file mode 100644
index 0000000..5d87d3e
--- /dev/null
+++ b/release-please-config.json
@@ -0,0 +1,14 @@
+{
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
+ "packages": {
+ ".": {
+ "release-type": "node",
+ "extra-files": [
+ {
+ "path": "./README.md",
+ "type": "generic"
+ }
+ ]
+ }
+ }
+}