Skip to content

Commit 18f1d82

Browse files
authored
Merge pull request #26 from 4sllan/feat/compatibility
Feat/compatibility
2 parents 212f3ab + a9aaf2e commit 18f1d82

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## v1.3.3
3+
4+
[compare changes](https://github.com/4sllan/nuxt-feather-icons/compare/v1.3.1...v1.3.3)
5+
6+
### 🏡 Chore
7+
8+
- **nuxt-feather-icons:** Bump version to 1.3.1 ([fe1c373](https://github.com/4sllan/nuxt-feather-icons/commit/fe1c373))
9+
- **nuxt-feather-icons:** Update Nuxt compatibility constraints ([2aebf39](https://github.com/4sllan/nuxt-feather-icons/commit/2aebf39))
10+
- **release:** V1.3.2 ([5151619](https://github.com/4sllan/nuxt-feather-icons/commit/5151619))
11+
- **nuxt-feather-icons:** Update Nuxt compatibility constraints ([f556df6](https://github.com/4sllan/nuxt-feather-icons/commit/f556df6))
12+
13+
### ❤️ Contributors
14+
15+
- Aslan.gama <aslan.gama@sixchains.com.br>
16+
217
## v1.3.2
318

419
[compare changes](https://github.com/4sllan/nuxt-feather-icons/compare/v1.3.1...v1.3.2)
@@ -16,6 +31,7 @@
1631
### 🏡 Chore
1732

1833
- **nuxt-feather-icons:** Bump version to 1.3.1 ([fe1c373](https://github.com/4sllan/nuxt-feather-icons/commit/fe1c373))
34+
- **nuxt-feather-icons:** Update Nuxt compatibility constraints ([2aebf39](https://github.com/4sllan/nuxt-feather-icons/commit/2aebf39))
1935

2036
### ❤️ Contributors
2137

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-feather-icons",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Nuxt feather Icons",
55
"keywords": [
66
"nuxt",

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineNuxtModule<ModuleOptions>({
3030
name: PACKAGE_NAME,
3131
configKey: 'nuxtFeatherIcons',
3232
compatibility: {
33-
nuxt: '^3.0.0 || ^4.0.0'
33+
nuxt: '>=4.0.0 || >=3.0.0',
3434
}
3535
},
3636

0 commit comments

Comments
 (0)