Skip to content

Commit 5ba656f

Browse files
committed
saving-strict | Adds changelog and bumps up a version
1 parent 96b9ca3 commit 5ba656f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
6+
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.1] - 2021-06-01
9+
10+
### Fixed
11+
12+
- Issue when using // @ts-strict in one file would affect other files without this comment resulting
13+
in strict mode errors
14+
15+
## [1.0.0] - 2021-05-11
16+
17+
### Added
18+
19+
- First stable version of the plugin

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.0.0",
3+
"version": "1.0.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)