Skip to content

Commit ac3c18a

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2022-01-27) ### Features * add keywords to trigger the current timestamp as input (now / time / timestamp) ([ce04c73](ce04c73)) * display timestamps in the DatetimeOutput ([ce990a8](ce990a8))
1 parent 8e741c7 commit ac3c18a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.10.0](https://github.com/recurser/string-is/compare/v1.9.0...v1.10.0) (2022-01-27)
2+
3+
4+
### Features
5+
6+
* add keywords to trigger the current timestamp as input (now / time / timestamp) ([ce04c73](https://github.com/recurser/string-is/commit/ce04c730498e6157ec9e7c200aa59ccf1a1c6ba9))
7+
* display timestamps in the DatetimeOutput ([ce990a8](https://github.com/recurser/string-is/commit/ce990a87ddc79db3b15d92569eb13ee6b66c751d))
8+
19
# [1.9.0](https://github.com/recurser/string-is/compare/v1.8.0...v1.9.0) (2022-01-26)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-is",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)