diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2fd02d7 --- /dev/null +++ b/CHANGELOG.md @@ -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 + diff --git a/package.json b/package.json index e7f5985..0ba070f 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "private": true, - "version": "1.0.1", + "version": "1.1.0", "scripts": { "release": "changelogen --release" }, "devDependencies": { "changelogen": "^0.5.5" } -} +} \ No newline at end of file