Skip to content

Commit

Permalink
Version 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Aug 20, 2022
1 parent c0a0444 commit ce7e059
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fake-tag changelog

## Next
## 5.0.0

### Major

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fake-tag",
"version": "4.0.0",
"version": "5.0.0",
"description": "A fake template literal tag to trick syntax highlighters, linters and formatters into action.",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For [Deno](https://deno.land) and browsers, an example import map:
```json
{
"imports": {
"fake-tag": "https://unpkg.com/fake-tag@4.0.0/fakeTag.mjs"
"fake-tag": "https://unpkg.com/fake-tag@5.0.0/fakeTag.mjs"
}
}
```
Expand Down

0 comments on commit ce7e059

Please sign in to comment.