Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeyone committed Oct 24, 2023
1 parent d30bba7 commit 12b17bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
<!--- BEGIN HEADER -->
# Changelog

All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [1.1.1](https://github.com/trickeyone/epoch/compare/v1.1.0...v1.1.1) (2023-10-24)

### Features

* Support passing `null` to the various comparison methods and `diff`, which will use "now" ([d30bba](https://github.com/trickeyone/epoch/commit/d30bba7d8e918627f75fbaa4dc114b51cd97184b))


---

## [1.1.0](https://github.com/trickeyone/epoch/compare/v1.0.0...v1.1.0) (2023-10-24)

### Features
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"epoch"
],
"license": "MIT",
"version": "1.1.1",
"config": {
"sort-packages": true,
"process-timeout": 0,
Expand All @@ -40,6 +41,5 @@
"psr-4": {
"Epoch\\Test\\": "tests/"
}
},
"version": "1.1.0"
}
}
}

0 comments on commit 12b17bd

Please sign in to comment.