Skip to content

Commit ab295a0

Browse files
committed
Release v1.0.0
1 parent 3b3e5eb commit ab295a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.0.0 (2024-08-26)
4+
5+
The library is now v1! This release is mostly ceremonial as the API has been stable for a while without any plans to change it. As such, there are no breaking changes.
46

57
- Remove top-level await to allow future compatibility to `require` ESM code
68
- Export proper ESM and CJS types

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vitefu",
33
"description": "Utilities for building frameworks with Vite",
4-
"version": "0.2.5",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"type": "module",
77
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)