Skip to content

Commit 10409b8

Browse files
committedMar 22, 2025
chore(release): v0.1.1
1 parent 6e0676d commit 10409b8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## v0.1.1
5+
6+
[compare changes](https://github.com/nuxtlabs/nuxt-llms/compare/v0.1.0...v0.1.1)
7+
8+
### 🩹 Fixes
9+
10+
- Add charset=utf-8 ([dc786d7](https://github.com/nuxtlabs/nuxt-llms/commit/dc786d7))
11+
12+
### 🏡 Chore
13+
14+
- **release:** V0.1.0 ([b9f4da1](https://github.com/nuxtlabs/nuxt-llms/commit/b9f4da1))
15+
- Rename `llms_full.txt` to `llms-full.txt` ([c6cc516](https://github.com/nuxtlabs/nuxt-llms/commit/c6cc516))
16+
- Update deps ([6e0676d](https://github.com/nuxtlabs/nuxt-llms/commit/6e0676d))
17+
18+
### ❤️ Contributors
19+
20+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
21+
- IO-Fire ([@IO-Fire](https://github.com/IO-Fire))
22+
- Farnabaz <farnabaz@gmail.com>
23+
424
## v0.1.0
525

626
[compare changes](https://github.com/nuxtlabs/nuxt-llms/compare/v0.0.2...v0.1.0)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-llms",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Generate llms.txt documentation for your Nuxt application",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)