Skip to content

Commit

Permalink
Prep for new release - v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djmattyg007 committed Jun 18, 2022
1 parent a5fadc8 commit 8f87bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). For details on
what is and isn't covered by the project's backwards compatibility promise, see [the README](./README.md#backwards-compatibility).

## [Unreleased]
## [1.1.0] - 2022-06-18

### Added

Expand All @@ -20,6 +20,8 @@ at the time of writing.
Removed intermediary library used for reading globbed files (`glob-reader`). The underlying glob
package `globby` is still in use, so there should be no visible difference to behaviour.

Compiled with a new version of Typescript - `v4.7.4`.

## [1.0.6] - 2022-06-09

Packaging fixes for previous release.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doc-link-checker",
"version": "1.0.6",
"version": "1.1.0",
"description": "Verify that internal links in your documentation are valid.",
"license": "GPLv3",
"type": "module",
Expand Down

0 comments on commit 8f87bc8

Please sign in to comment.