File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [ Unreleased]
6
+
7
+ - use prettier for formatting rules
8
+ - use texample to run through README examples
9
+
10
+ ## [ 6.0.0] - 2023-08-09
11
+
12
+ ### Breaking
13
+
14
+ - timezone function calls travel by default #3
15
+ - timezone function signature also takes travel arguments
16
+
17
+ ## [ 5.0.0] - 2023-04-10
18
+
19
+ - export as module with dist for require and umd
20
+
21
+ ## [ 4.0.1] - 2022-12-09
22
+
23
+ - replace lab with mocha and chai
24
+ - default to node v14
25
+ - stop building node v10
26
+ - bump babel and rollup
27
+ - use c8 for coverage
Original file line number Diff line number Diff line change 15
15
"sideEffects" : true ,
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " git://github.com/paed01/chronokinesis"
18
+ "url" : " git://github.com/paed01/chronokinesis.git"
19
+ },
20
+ "exports" : {
21
+ "import" : " ./index.js" ,
22
+ "require" : " ./dist/index.cjs" ,
23
+ "types" : " ./index.d.ts"
19
24
},
20
25
"scripts" : {
21
26
"toc" : " node generate-api-toc.cjs" ,
You can’t perform that action at this time.
0 commit comments