diff --git a/CHANGELOG.md b/CHANGELOG.md index 004feb1..fb5699d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package-lock.json b/package-lock.json index f6aa939..759cb61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "nostalgie", - "version": "0.77.1", + "version": "0.77.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.77.1", + "version": "0.77.2", "license": "MIT", "workspaces": [ "./packages/create-nostalgie-app", diff --git a/package.json b/package.json index db7fe8c..2b88020 100644 --- a/package.json +++ b/package.json @@ -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",