Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Jan 15, 2024
1 parent dfbd626 commit bc73c15
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.8.0](https://github.com/f3rno64/time-speak/compare/v1.7.0...v1.8.0) (2024-01-15)

## [1.7.0](https://github.com/f3rno64/time-speak/compare/v1.6.0...v1.7.0) (2024-01-15)

## [1.6.0](https://github.com/f3rno64/time-speak/compare/v1.5.1...v1.6.0) (2023-12-22)
Expand Down
14 changes: 7 additions & 7 deletions docs/classes/InvalidInputError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/parse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>time-speak</title><meta name="description" content="Documentation for time-speak"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css?cache=1705337911701"/><link rel="stylesheet" href="assets/highlight.css?cache=1705337911701"/><script defer src="assets/main.js?cache=1705337911701"></script><script async src="assets/search.js?cache=1705337911701" id="tsd-search-script"></script><script async src="assets/navigation.js?cache=1705337911701" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">time-speak</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>time-speak</h2></div><div class="tsd-panel tsd-typography"><a id="md:a-natural-language-parser-for-dates-times-and-durations" class="tsd-anchor"></a><h1><a href="#md:a-natural-language-parser-for-dates-times-and-durations">A natural language parser for dates, times, and durations</a></h1><p><a href="https://npmjs.org/package/time-speak"><img src="https://img.shields.io/npm/v/time-speak.svg?style=flat-square" alt="NPM Version"></a>
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>time-speak</title><meta name="description" content="Documentation for time-speak"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css?cache=1705337982662"/><link rel="stylesheet" href="assets/highlight.css?cache=1705337982662"/><script defer src="assets/main.js?cache=1705337982662"></script><script async src="assets/search.js?cache=1705337982662" id="tsd-search-script"></script><script async src="assets/navigation.js?cache=1705337982662" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">time-speak</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>time-speak</h2></div><div class="tsd-panel tsd-typography"><a id="md:a-natural-language-parser-for-dates-times-and-durations" class="tsd-anchor"></a><h1><a href="#md:a-natural-language-parser-for-dates-times-and-durations">A natural language parser for dates, times, and durations</a></h1><p><a href="https://npmjs.org/package/time-speak"><img src="https://img.shields.io/npm/v/time-speak.svg?style=flat-square" alt="NPM Version"></a>
<a href="https://npmjs.org/package/time-speak"><img src="https://img.shields.io/npm/dm/time-speak.svg?style=flat-square" alt="Downloads Stats"></a></p>
<p>A tiny utility library <strong>with no dependencies</strong> that parses natural language
<strong>dates</strong>, <strong>times</strong>, and <strong>intervals</strong> to either a <code>Date</code> instance or a
Expand Down
2 changes: 1 addition & 1 deletion docs/modules.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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": "time-speak",
"version": "1.7.0",
"version": "1.8.0",
"description": "A natural language parser for dates, times and intervals.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bc73c15

Please sign in to comment.