Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Aug 23, 2023
1 parent 406a134 commit 443cf2c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

## v1.1.0

[compare changes](https://github.com/Yizack/instagram-feed/compare/v1.0.1...v1.1.0)

### 🚀 Enhancements

- Add fields param to use preferred fields ([#5](https://github.com/Yizack/instagram-feed/pull/5))

### 🏡 Chore

- Change demo link ([f0dd977](https://github.com/Yizack/instagram-feed/commit/f0dd977))
- Add release controller ([406a134](https://github.com/Yizack/instagram-feed/commit/406a134))

### ❤️ Contributors

- Yizack Rangel ([@Yizack](http://github.com/Yizack))
- Vachzar <vachzar@gmail.com>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"version": "1.0.1",
"version": "1.1.0",
"scripts": {
"release": "changelogen --release"
},
"devDependencies": {
"changelogen": "^0.5.5"
}
}
}

0 comments on commit 443cf2c

Please sign in to comment.