Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 11, 2024
1 parent 1e7d37b commit ffd9455
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v1.2.0

[compare changes](https://github.com/nuxt/image/compare/v1.1.0...v1.2.0)

### 🚀 Enhancements

- Add `hygraph` provider ([#1152](https://github.com/nuxt/image/pull/1152))
- Add `weserv` provider ([#1019](https://github.com/nuxt/image/pull/1019))
- Add `caisy` provider ([#1154](https://github.com/nuxt/image/pull/1154))
- Add bunny provider ([#1179](https://github.com/nuxt/image/pull/1179))

### 🩹 Fixes

- Add types to ipx provider options ([#1132](https://github.com/nuxt/image/pull/1132))

### 📖 Documentation

- Explain fall back to larger size on amplify + vercel ([#1124](https://github.com/nuxt/image/pull/1124))
- Add link back to sizes and mention TailwindCSS ([6e41429](https://github.com/nuxt/image/commit/6e41429))
- Added deprecated message Netlify Large Media ([#1141](https://github.com/nuxt/image/pull/1141))
- Add bun installation command ([#1155](https://github.com/nuxt/image/pull/1155))

### 🏡 Chore

- Migrate to `@nuxt/test-utils` for runtime testing ([#1149](https://github.com/nuxt/image/pull/1149))
- Test bundler module resolution ([#1161](https://github.com/nuxt/image/pull/1161))

### ❤️ Contributors

- Maarten Van Hunsel
- Daniel Roe <[email protected]>
- Tim Benniks <[email protected]>
- Jakub Chrobak
- Nandi95
- Haruaki OTAKE <[email protected]>
- Martijn Loth
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
- Andre Eckardt <[email protected]>

## v1.1.0

[compare changes](https://github.com/nuxt/image/compare/v1.0.0...v1.1.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/image",
"version": "1.1.0",
"version": "1.2.0",
"description": "Nuxt Image Module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -73,4 +73,4 @@
"engines": {
"node": "^14.16.0 || >=16.11.0"
}
}
}

0 comments on commit ffd9455

Please sign in to comment.