Skip to content

Commit

Permalink
0.77.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman committed Feb 27, 2021
1 parent 6f5f3bf commit 07f35f7
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.77.2] - 2021-02-27
### Fixed
- Revert chunk paths in nostalgie build while a bug in their resolution is investigated.

Expand Down Expand Up @@ -398,7 +400,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.77.1...HEAD
[Unreleased]: https://github.com/ggoodman/nostalgie/compare/v0.77.2...HEAD
[0.77.2]: https://github.com/ggoodman/nostalgie/compare/v0.77.1...v0.77.2
[0.77.1]: https://github.com/ggoodman/nostalgie/compare/v0.77.0...v0.77.1
[0.77.0]: https://github.com/ggoodman/nostalgie/compare/v0.76.0...v0.77.0
[0.76.0]: https://github.com/ggoodman/nostalgie/compare/v0.75.1...v0.76.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.77.1",
"version": "0.77.2",
"private": true,
"description": "Nostalgie is an opinionated, full-stack, runtime-agnostic framework for building web apps and web pages using",
"main": "index.js",
Expand Down

0 comments on commit 07f35f7

Please sign in to comment.