Skip to content

Commit 720d2f5

Browse files
committed
0.75.1
1 parent 45cfb15 commit 720d2f5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.75.1] - 2021-02-19
911
### Fixed
1012
- Fixes a bug in the server renderer wherein a superfluous comma could get inserted in the initial server markup.
1113

@@ -334,7 +336,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
334336
- Introduced [`kacl`](https://npm.im/@brightcove/kacl) as a mechanism to lint and manage the changelog.
335337
- Introduced [`gh-release`](https://npm.im/gh-release) to produce releases on GitHub.
336338

337-
[Unreleased]: https://github.com/ggoodman/nostalgie/compare/v0.75.0...HEAD
339+
[Unreleased]: https://github.com/ggoodman/nostalgie/compare/v0.75.1...HEAD
340+
[0.75.1]: https://github.com/ggoodman/nostalgie/compare/v0.75.0...v0.75.1
338341
[0.75.0]: https://github.com/ggoodman/nostalgie/compare/v0.74.0...v0.75.0
339342
[0.74.0]: https://github.com/ggoodman/nostalgie/compare/v0.73.0...v0.74.0
340343
[0.73.0]: https://github.com/ggoodman/nostalgie/compare/v0.72.1...v0.73.0

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "nostalgie",
3-
"version": "0.75.0",
3+
"version": "0.75.1",
44
"private": true,
55
"description": "Opinionated template repository for creating a TypeScript library",
66
"main": "index.js",

0 commit comments

Comments
 (0)