Skip to content

Commit

Permalink
Merge branch 'release/v0.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 15, 2023
2 parents 85d70c4 + a69c1fa commit d8ee597
Show file tree
Hide file tree
Showing 16 changed files with 118 additions and 114 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## TypeScript `nameof` [Unreleased]

[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.6...dev)
[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.7...dev)

## TypeScript `nameof` v0.0.7
### Fixed
- The `nameof.typed` function for optional properties
- Non-functional unit tests

### Updated
- All dependencies

[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.6...v0.0.7)

## TypeScript `nameof` v0.0.6
### Fixed
Expand Down
140 changes: 70 additions & 70 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
Expand Up @@ -27,7 +27,7 @@
"@manuth/eslint-plugin-typescript": "^4.1.4",
"@manuth/package-json-editor": "^3.1.1",
"@manuth/tsconfig": "^4.0.1",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/git-branch": "^2.0.2",
"@types/jest": "npm:@types/node@^20.6.0",
"@types/mocha": "npm:@types/node@^20.6.0",
Expand Down
Loading

0 comments on commit d8ee597

Please sign in to comment.