Skip to content

Commit

Permalink
chore: bump version v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofelipece committed Jul 8, 2019
1 parent aa517a6 commit 429f1a2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 32 deletions.
23 changes: 0 additions & 23 deletions .bower.json

This file was deleted.

8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ const myLoremIpsum = mIpsum({
})
```

You can also use the good old **Bower** or just download the code.

``` bash
bower install mipsum --save
```

In this case, you can just add **mipsum.min.js** to your project and add a call via JS.
You can also just download the code, add **mipsum.min.js** to your project and call it on your JS.

``` html
<script src="path/to/mipsum.min.js"></script>
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ v2.3.0

v2.3.2
• Improve module version

v2.4.0
• Add array option as response type
2 changes: 1 addition & 1 deletion dist/mipsum.min.js

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": "mipsum",
"version": "2.3.2",
"version": "2.4.0",
"description": "A lorem ipsum generator",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 429f1a2

Please sign in to comment.