Skip to content

Commit

Permalink
add CHANGELOG and .git to pkg repo
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed May 20, 2024
1 parent 53928f9 commit 63c2ce4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

- use prettier for formatting rules
- use texample to run through README examples

## [6.0.0] - 2023-08-09

### Breaking

- timezone function calls travel by default #3
- timezone function signature also takes travel arguments

## [5.0.0] - 2023-04-10

- export as module with dist for require and umd

## [4.0.1] - 2022-12-09

- replace lab with mocha and chai
- default to node v14
- stop building node v10
- bump babel and rollup
- use c8 for coverage
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"sideEffects": true,
"repository": {
"type": "git",
"url": "git://github.com/paed01/chronokinesis"
"url": "git://github.com/paed01/chronokinesis.git"
},
"exports": {
"import": "./index.js",
"require": "./dist/index.cjs",
"types": "./index.d.ts"
},
"scripts": {
"toc": "node generate-api-toc.cjs",
Expand Down

0 comments on commit 63c2ce4

Please sign in to comment.