Skip to content

Commit be1e3bf

Browse files
committed
chore(release): v1.10.0
1 parent ac056cc commit be1e3bf

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
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.
44

5+
## v1.10.0
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.9.0...v1.10.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **imageengine:** Add new modifiers ([#1701](https://github.com/nuxt/image/pull/1701))
12+
- **filerobot:** Add new provider ([#1680](https://github.com/nuxt/image/pull/1680))
13+
14+
### 🩹 Fixes
15+
16+
- **NuxtImg:** Do not access `props` in template ([e2e61fa](https://github.com/nuxt/image/commit/e2e61fa))
17+
- **NuxtPicture:** Make `img-attrs` and `attrs` responsive ([#1696](https://github.com/nuxt/image/pull/1696))
18+
19+
### 📖 Documentation
20+
21+
- Overhaul documentation ([#1710](https://github.com/nuxt/image/pull/1710))
22+
- Add `filerobot` page ([ac056cc](https://github.com/nuxt/image/commit/ac056cc))
23+
24+
### 📦 Build
25+
26+
- Update to latest `nuxt/module-builder` ([#1668](https://github.com/nuxt/image/pull/1668))
27+
28+
### 🏡 Chore
29+
30+
- Skip missing commit in generating changelog ([a658787](https://github.com/nuxt/image/commit/a658787))
31+
- Revert to previous module builder ([54dc469](https://github.com/nuxt/image/commit/54dc469))
32+
- Remove unneeded `.nuxtrc` config ([#1708](https://github.com/nuxt/image/pull/1708))
33+
- Temporarily ignore typescript upgrade ([473f8f1](https://github.com/nuxt/image/commit/473f8f1))
34+
- Bump `@nuxtjs/tailwindcss` ([25379fb](https://github.com/nuxt/image/commit/25379fb))
35+
- Bump `@nuxtjs/tailwindcss` version ([36fb95e](https://github.com/nuxt/image/commit/36fb95e))
36+
37+
### 🤖 CI
38+
39+
- Force latest corepack ([090c31b](https://github.com/nuxt/image/commit/090c31b))
40+
41+
### ❤️ Contributors
42+
43+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
44+
- Nicolas Payot ([@nicolaspayot](https://github.com/nicolaspayot))
45+
- AdityaKantipudi1 ([@AdityaKantipudi1](https://github.com/AdityaKantipudi1))
46+
- Damian Głowala ([@DamianGlowala](https://github.com/DamianGlowala))
47+
- Codeflorist ([@codeflorist](https://github.com/codeflorist))
48+
549
## v1.8.1
650

751
[compare changes](https://github.com/nuxt/image/compare/v1.8.0...v1.8.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/image",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Nuxt Image Module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)