Skip to content

Commit

Permalink
Bump v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto committed Apr 11, 2021
1 parent 1ca9df8 commit fe5fbd5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# less-is-more v0.0.1
# less-is-more v0.0.2

This workflow will simply fail if the current artifact size has increased more than what is allowed when compared to the latest released artifact. It could be very useful to early identify unwanted size increases, especially on workflows that run for pull requests.

Expand All @@ -14,7 +14,7 @@ This workflow will simply fail if the current artifact size has increased more t
```yaml
# Build the artifact before using this workflow.

- uses: caponetto/[email protected].1
- uses: caponetto/[email protected].2
with:
released_artifact_name: my-released-artifact
artifact_path: dist/my-artifact.zip
Expand Down
2 changes: 1 addition & 1 deletion licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,7 @@
│ ├─ url: lukeed.com
│ ├─ path: /home/guilherme/dev/caponetto/less-is-more/node_modules/kleur
│ └─ licenseFile: /home/guilherme/dev/caponetto/less-is-more/node_modules/kleur/license
├─ [email protected].1
├─ [email protected].2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/caponetto/less-is-more
│ ├─ publisher: Guilherme H. Caponetto
Expand Down
2 changes: 1 addition & 1 deletion 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": "less-is-more",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"author": "Guilherme H. Caponetto",
"keywords": [
Expand Down

0 comments on commit fe5fbd5

Please sign in to comment.