diff --git a/README.md b/README.md
index 2dd2ceee..38998b71 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ But there's more with [plugins](https://github.com/lowlighter/metrics/tree/maste
| 💡 Coding Habits plugin |
- 📰 Activity plugin 🚧 @master |
+ 📰 Activity plugin |
|
@@ -164,7 +164,7 @@ But there's more with [plugins](https://github.com/lowlighter/metrics/tree/maste
|
| 🎫 Gists plugin |
- 🧑🤝🧑 People plugin 🚧 @master |
+ 🧑🤝🧑 People plugin |
|
@@ -574,11 +574,11 @@ The default template is `classic`.
| ✔️ |
✔️ |
✔️ |
- ✔️M |
+ ✔️ |
✔️ |
✔️ |
✔️ |
- ✔️M |
+ ✔️ |
| Terminal |
@@ -604,10 +604,10 @@ The default template is `classic`.
| RepositoryR |
✔️ |
- ✔️M |
+ ✔️ |
❌ |
❌ |
- ✔️M |
+ ✔️ |
✔️ |
❌ |
✔️ |
@@ -1291,8 +1291,6 @@ By default, dates are based on the Greenwich meridian (GMT/UTC). In order to the
### 📰 Activity
- 🚧 This plugin is available as pre-release on @master branch (unstable)
-
The *activity* plugin displays your recent activity on GitHub.

@@ -1304,7 +1302,7 @@ It will consume an additional GitHub request.
Add the following to your workflow:
```yaml
-- uses: lowlighter/metrics@master
+- uses: lowlighter/metrics@latest
with:
# ... other options
plugin_activity: yes
@@ -1335,7 +1333,7 @@ Use the special value `"all"` (default value) to track all events.
Add the following to your workflow:
```yaml
-- uses: lowlighter/metrics@master
+- uses: lowlighter/metrics@latest
with:
# ... other options
plugin_activity: yes
@@ -1410,8 +1408,6 @@ Add the following to your workflow:
### 🧑🤝🧑 People
- 🚧 This plugin is available as pre-release on @master branch (unstable)
-
The *people* plugin displays your followers and followed users' avatars.

@@ -1423,7 +1419,7 @@ It will consume an additional GitHub request per group of 100 users fetched.
Add the following to your workflow:
```yaml
-- uses: lowlighter/metrics@master
+- uses: lowlighter/metrics@latest
with:
# ... other options
plugin_people: yes
@@ -1435,7 +1431,7 @@ Add the following to your workflow:
It is possible to use [identicons](https://github.blog/2013-08-14-identicons/) instead of their avatar for privacy purposes.
```yaml
-- uses: lowlighter/metrics@master
+- uses: lowlighter/metrics@latest
with:
# ... other options
plugin_people_identicons: yes
@@ -1466,11 +1462,9 @@ It is possible to set set your timezone (see [here](https://en.wikipedia.org/wik
#### 📦 Ordering content
- 🚧 This feature is available as pre-release on @master branch (unstable)
-
It is possible to order metrics content by adding the following to your workflow:
```yaml
-- uses: lowlighter/metrics@master
+- uses: lowlighter/metrics@latest
with:
# ... other options
base: header
@@ -1504,11 +1498,9 @@ When two values are specified separated by a comma, the first one will be used f
#### 🎋 Using a specific branch instead of default
- 🚧 This feature is available as pre-release on @master branch (unstable)
-
Is is possible to commit generated metrics in a specific branch rather than default branch by adding the following to your workflow:
```yaml
-- uses: lowlighter/metrics@master
+- uses: lowlighter/metrics@latest
with:
# ... other options
committer_branch: my-branch
@@ -1516,11 +1508,9 @@ Is is possible to commit generated metrics in a specific branch rather than defa
#### 🍴 Including forked repositories
- 🚧 This feature is available as pre-release on @master branch (unstable)
-
Is is possible to include forked repositories into generated metrics by adding the following to your workflow:
```yaml
-- uses: lowlighter/metrics@master
+- uses: lowlighter/metrics@latest
with:
# ... other options
repositories_forks: yes
diff --git a/package.json b/package.json
index 759f6caf..a12d77b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "metrics",
- "version": "3.2.0-beta",
+ "version": "3.2.0",
"description": "An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !",
"main": "index.mjs",
"scripts": {
@@ -35,7 +35,7 @@
"puppeteer": "^5.5.0",
"svgo": "^1.3.2",
"vue": "^2.6.12",
- "vue-prism-component": "^1.2.0"
+ "vue-prism-component": "^2.0.0"
},
"devDependencies": {
"faker": "^5.1.0",