Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpayot committed Sep 28, 2023
1 parent 7f8b0a1 commit 09643e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Verticalize changelog

## 0.1.3

_2023-09-28_

npm documentation update

## 0.1.2

_2023-09-26_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Verticalize uses [ES modules](https://jakearchibald.com/2017/es-modules-in-brows

```html
<script type="module">
import { V } from 'https://cdn.jsdelivr.net/npm/[email protected].2/verticalize.min.js'
import { V } from 'https://cdn.jsdelivr.net/npm/[email protected].3/verticalize.min.js'
</script>
```

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": "verticalize",
"version": "0.1.2",
"version": "0.1.3",
"description": "A pipe-like function to verticalize your JavaScript code",
"author": "Laurent Payot",
"license": "MIT",
Expand Down

0 comments on commit 09643e8

Please sign in to comment.