Prepare release v3.10 (#300) [skip ci]

This commit is contained in:
Simon Lecoq
2021-05-31 13:47:50 +02:00
committed by GitHub
parent 51c1bfefee
commit ad3f47de0f
3 changed files with 3 additions and 5 deletions

View File

@@ -5,8 +5,6 @@
Generate your metrics that you can embed everywhere, including your GitHub profile readme! It works for both user and organization accounts, and even for repositories! Generate your metrics that you can embed everywhere, including your GitHub profile readme! It works for both user and organization accounts, and even for repositories!
> <sup>*⚠️ This is the documentation of **v3.10-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of [**v3.9** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).*</sup>
<table> <table>
<tr> <tr>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "metrics", "name": "metrics",
"version": "3.10.0-beta", "version": "3.10.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "metrics", "name": "metrics",
"version": "3.10.0-beta", "version": "3.10.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "metrics", "name": "metrics",
"version": "3.10.0-beta", "version": "3.10.0",
"description": "An infographics generator with 30+ plugins and 100+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!", "description": "An infographics generator with 30+ plugins and 100+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!",
"main": "index.mjs", "main": "index.mjs",
"scripts": { "scripts": {