Skip to content

Commit

Permalink
update gitstorykit version & add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
swve committed Apr 10, 2022
1 parent 2f6729e commit d3dbee1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 17 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.1.2]
### Added
- A Changelog
### Changed
- Fixed an auth issue that prevented tokens to be correctly used in requests
### Removed
- The `sha` argument

## [1.1.0]
### Added
- Feature : Get first commit
- Feature : Get first commit date
- Feature : Get commits between dates
- Feature : Get commits until dates
- Feature : Get a repo active years
- Feature : Pagination & per page


32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitstorykit",
"version": "1.1.0",
"version": "1.1.2",
"author": "swve",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit d3dbee1

Please sign in to comment.