diff --git a/changelog.md b/changelog.md index c995348..5a1bd04 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.7.0](https://github.com/arianrhodsandlot/nostalgist/compare/v0.6.0...v0.7.0) - 2024-01-28 + ### Added - add support for shaders diff --git a/package.json b/package.json index 24d3733..691e228 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nostalgist", "description": "Nostalgist.js is a JavaScript library that allows you to run emulators of retro consoles within web browsers.", - "version": "0.6.0", + "version": "0.7.0", "author": { "name": "arianrhodsandlot", "email": "theguidanceofawhitetower@gmail.com"