Skip to content

Commit

Permalink
Merge pull request #338 from SwabianCoder/chore/337-fix-ngx-toolset-t…
Browse files Browse the repository at this point in the history
…emplate-type-checker-version-table

Chore/337 fix ngx toolset template type checker version table
  • Loading branch information
SwabianCoder authored Aug 26, 2023
2 parents 9199ea8 + c03d3e2 commit 379d78a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions projects/template-type-checker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2023-08-26

### Fixed

- version table of README

## [1.0.0] - 2023-08-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion projects/template-type-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-toolset/template-type-checker",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validate object's class instance type in Angular HTML template",
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
"license": "MIT",
Expand Down

0 comments on commit 379d78a

Please sign in to comment.