We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1d902 commit 81b7b8fCopy full SHA for 81b7b8f
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
14
## 0.1.0 (2024-02-12)
15
16
# Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vremel",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "JavaScript date utility library for Temporal API",
"type": "module",
"exports": {
0 commit comments