Skip to content

Commit 8be6eef

Browse files
authored
chore(release): v1.1.0 (#48)
1 parent 6f26e32 commit 8be6eef

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

2+
## v1.1.0
3+
4+
Compare changes [from v1.0.0 to v1.1.0](https://github.com/toddeTV/gltf-type-toolkit/compare/v1.0.0...v1.1.0) or see [full changelog](https://github.com/toddeTV/gltf-type-toolkit/blob/main/CHANGELOG.md).
5+
6+
### 🚀 Enhancements
7+
8+
- New release & publish GitHub workflow ([#45](https://github.com/toddeTV/gltf-type-toolkit/pull/45))
9+
10+
### 🩹 Fixes
11+
12+
- Prevent duplicate parsing of the same model ([#39](https://github.com/toddeTV/gltf-type-toolkit/pull/39))
13+
14+
### 📖 Documentation
15+
16+
- Fix badges in README ([#37](https://github.com/toddeTV/gltf-type-toolkit/pull/37))
17+
- Add content, refactor content & rename dev README ([#43](https://github.com/toddeTV/gltf-type-toolkit/pull/43))
18+
- Add Nuxt tested & add hyperlink to LICENSE file ([#47](https://github.com/toddeTV/gltf-type-toolkit/pull/47))
19+
20+
### 🏡 Chore
21+
22+
- **release:** v1.1.0 ([#48](https://github.com/toddeTV/gltf-type-toolkit/pull/48))
23+
24+
### ❤️ Contributors
25+
26+
- Thorsten Seyschab ([@toddeTV](http://github.com/toddeTV))
27+
- Andreas Fehn ([@fehnomenal](http://github.com/fehnomenal))
28+
229
## v1.0.0
330

431

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@todde.tv/gltf-type-toolkit",
33
"type": "module",
4-
"version": "1.1.0-rc.0",
4+
"version": "1.1.0",
55
"packageManager": "pnpm@9.15.4",
66
"description": "This plugin generates type-safe glTF file representations in TypeScript and optimizes the loading and bundling of models in web projects, while being bundler-agnostic (Vite, Rollup, Webpack, esbuild, Rspack, ...).",
77
"author": "Thorsten Seyschab <business@todde.tv> (https://todde.tv/)",

0 commit comments

Comments
 (0)