Skip to content

Commit 2c60777

Browse files
committed
0.76.0
1 parent c66320d commit 2c60777

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.76.0] - 2021-02-23
911
### Added
1012
- Improved typing and behaviour of the `styled` helper function.
1113
- Changed the `CodeSnippets` component to hide line numbers by default but to show them with an MDX annotation of `lines` or an boolean prop `lineNumbers`.
@@ -369,7 +371,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
369371
- Introduced [`kacl`](https://npm.im/@brightcove/kacl) as a mechanism to lint and manage the changelog.
370372
- Introduced [`gh-release`](https://npm.im/gh-release) to produce releases on GitHub.
371373

372-
[Unreleased]: https://github.com/ggoodman/nostalgie/compare/v0.75.1...HEAD
374+
[Unreleased]: https://github.com/ggoodman/nostalgie/compare/v0.76.0...HEAD
375+
[0.76.0]: https://github.com/ggoodman/nostalgie/compare/v0.75.1...v0.76.0
373376
[0.75.1]: https://github.com/ggoodman/nostalgie/compare/v0.75.0...v0.75.1
374377
[0.75.0]: https://github.com/ggoodman/nostalgie/compare/v0.74.0...v0.75.0
375378
[0.74.0]: https://github.com/ggoodman/nostalgie/compare/v0.73.0...v0.74.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.1",
3+
"version": "0.76.0",
44
"private": true,
55
"description": "Opinionated template repository for creating a TypeScript library",
66
"main": "index.js",

0 commit comments

Comments
 (0)