Skip to content

Commit

Permalink
0.75.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman committed Feb 19, 2021
1 parent 45cfb15 commit 720d2f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.75.1] - 2021-02-19
### Fixed
- Fixes a bug in the server renderer wherein a superfluous comma could get inserted in the initial server markup.

Expand Down Expand Up @@ -334,7 +336,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Introduced [`kacl`](https://npm.im/@brightcove/kacl) as a mechanism to lint and manage the changelog.
- Introduced [`gh-release`](https://npm.im/gh-release) to produce releases on GitHub.
[Unreleased]: https://github.com/ggoodman/nostalgie/compare/v0.75.0...HEAD
[Unreleased]: https://github.com/ggoodman/nostalgie/compare/v0.75.1...HEAD
[0.75.1]: https://github.com/ggoodman/nostalgie/compare/v0.75.0...v0.75.1
[0.75.0]: https://github.com/ggoodman/nostalgie/compare/v0.74.0...v0.75.0
[0.74.0]: https://github.com/ggoodman/nostalgie/compare/v0.73.0...v0.74.0
[0.73.0]: https://github.com/ggoodman/nostalgie/compare/v0.72.1...v0.73.0
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "nostalgie",
"version": "0.75.0",
"version": "0.75.1",
"private": true,
"description": "Opinionated template repository for creating a TypeScript library",
"main": "index.js",
Expand Down

0 comments on commit 720d2f5

Please sign in to comment.