Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 19, 2023
1 parent 5db5198 commit ed400fa
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@

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.0.0

[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.3...v1.0.0)

### 🩹 Fixes

- **cloudimage:** Skip cdn when `src` path is provided with protocol ([#1028](https://github.com/nuxt/image/pull/1028))
- **ipx:** ⚠️ Pass all options ([#1056](https://github.com/nuxt/image/pull/1056))
- Type-only import of `IPXRuntimeConfig` ([0b6bd83](https://github.com/nuxt/image/commit/0b6bd83))
- Autocomplete `<NuxtImg>` loading attribute ([#1057](https://github.com/nuxt/image/pull/1057))

### 📖 Documentation

- Upgrade to latest ui-pro ([024c06f](https://github.com/nuxt/image/commit/024c06f))
- Update env example key ([d4adc26](https://github.com/nuxt/image/commit/d4adc26))
- Add title to provider links ([#1029](https://github.com/nuxt/image/pull/1029))
- Add edge channel ([7fe7fff](https://github.com/nuxt/image/commit/7fe7fff))
- Remove unused keys ([a10323e](https://github.com/nuxt/image/commit/a10323e))
- Add links to source ([3996403](https://github.com/nuxt/image/commit/3996403))
- Add source for each provider ([ab05771](https://github.com/nuxt/image/commit/ab05771))
- Update studio and ui pro ([7826abb](https://github.com/nuxt/image/commit/7826abb))

### 🏡 Chore

- Add rc tagging 🙈 ([9815055](https://github.com/nuxt/image/commit/9815055))
- Update `nuxt-vitest` ([b13b9cc](https://github.com/nuxt/image/commit/b13b9cc))
- Use explicit type imports ([06c91ae](https://github.com/nuxt/image/commit/06c91ae))
- Remove unneeded expect errors ([d68d9b1](https://github.com/nuxt/image/commit/d68d9b1))
- Update lockfile ([49d6651](https://github.com/nuxt/image/commit/49d6651))
- Update release script ([5db5198](https://github.com/nuxt/image/commit/5db5198))

#### ⚠️ Breaking Changes

- **ipx:** ⚠️ Pass all options ([#1056](https://github.com/nuxt/image/pull/1056))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
- Lehoczky Zoltán ([@Lehoczky](http://github.com/Lehoczky))
- Joffrey ([@joffreyBerrier](http://github.com/joffreyBerrier))

## v1.0.0-rc.3

[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.2...v1.0.0-rc.3)
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.0.0-rc.3",
"version": "1.0.0",
"description": "Nuxt Image Module",
"repository": "nuxt/image",
"license": "MIT",
Expand Down Expand Up @@ -68,4 +68,4 @@
"engines": {
"node": "^14.16.0 || >=16.11.0"
}
}
}

0 comments on commit ed400fa

Please sign in to comment.