Skip to content

Commit 63c2ce4

Browse files
committed
add CHANGELOG and .git to pkg repo
1 parent 53928f9 commit 63c2ce4

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
"sideEffects": true,
1616
"repository": {
1717
"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"
1924
},
2025
"scripts": {
2126
"toc": "node generate-api-toc.cjs",

0 commit comments

Comments
 (0)