Skip to content

Commit a614072

Browse files
committed
fix_windows_paths- | Bumps up version
1 parent 76f11f1 commit a614072

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - 2021-08-29
9+
10+
### Fixed
11+
12+
- Path features not working on Windows machines
13+
814
## [1.1.0] - 2021-06-15
915

1016
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-strict-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Typescript plugin that allows turning on strict mode in specific files or directories.",
55
"author": "Allegro",
66
"contributors": [

0 commit comments

Comments
 (0)