Skip to content

Commit 4e0e60e

Browse files
authored
Merge pull request #1275 from ml5js/joeyklee.devops-publish-workflow
fix: linting and bump pkg
2 parents 74bc93b + bf467a5 commit 4e0e60e

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010
- main
1111

1212
jobs:
13-
publish-npm:
13+
npm-publishing:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
with:
18-
persist-credentials: false
17+
with:
18+
persist-credentials: false
1919
- name: Reconfigure git to use HTTP authentication
2020
run: >
2121
git config --global url."https://github.com/".insteadOf

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,16 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
4040

4141

4242

43+
4344

4445

4546
<p id="latest-version">
4647

47-
* You can use the latest version (0.8.10) by adding it to the head section of your HTML document:
48+
* You can use the latest version (0.8.11) by adding it to the head section of your HTML document:
4849

49-
**v0.8.10**
50+
**v0.8.11**
5051

51-
<script src="https://unpkg.com/[email protected].10/dist/ml5.min.js" type="text/javascript"></script>
52+
<script src="https://unpkg.com/[email protected].11/dist/ml5.min.js" type="text/javascript"></script>
5253

5354
</p data-id="latest-version">
5455

@@ -64,6 +65,7 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
6465

6566

6667

68+
6769

6870

6971

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml5",
3-
"version": "0.8.10",
3+
"version": "0.8.11",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {

0 commit comments

Comments
 (0)