Skip to content

Commit 81b7b8f

Browse files
committed
Prepare v0.1.1
1 parent 2a1d902 commit 81b7b8f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.1 (2024-02-12)
9+
10+
# Fixed
11+
12+
- Fix a bug that some functions are not exported from the package.
13+
814
## 0.1.0 (2024-02-12)
915

1016
# Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vremel",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "JavaScript date utility library for Temporal API",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)