Skip to content

Commit dbf1973

Browse files
committed
chore(release): v0.1.3
1 parent 18e50c9 commit dbf1973

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.1.3
5+
6+
[compare changes](https://github.com/Myshkouski/nuxt-drizzle/compare/v0.1.2...v0.1.3)
7+
8+
### 💅 Refactors
9+
10+
- **fixtures:** Remove prepare script from nitro-api" ([c4b21af](https://github.com/Myshkouski/nuxt-drizzle/commit/c4b21af))
11+
- Clarify ts-expect-error comments and suppress vue lint rule ([18e50c9](https://github.com/Myshkouski/nuxt-drizzle/commit/18e50c9))
12+
13+
### 🤖 CI
14+
15+
- **publish:** Build module and run dev:prepare in workflow ([e3d09b6](https://github.com/Myshkouski/nuxt-drizzle/commit/e3d09b6))
16+
17+
### ❤️ Contributors
18+
19+
- Alexei Myshkouski ([@Myshkouski](https://github.com/Myshkouski))
20+
421
## v0.1.2
522

623
[compare changes](https://github.com/Myshkouski/nuxt-drizzle/compare/v0.1.1...v0.1.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-drizzle",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Nuxt module that integrates Drizzle ORM into the Nuxt server layer.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)