From 6fce99c0feabac8b3514bb9456459527dee1f819 Mon Sep 17 00:00:00 2001 From: Arianrhod Sandlot Date: Wed, 7 Feb 2024 21:50:43 +0800 Subject: [PATCH] chore: bump version to v0.8.0 --- changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 199d5d5..4be772f 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ 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.8.0](https://github.com/arianrhodsandlot/nostalgist/compare/v0.7.0...v0.8.0) - 2024-02-07 ### Changed - update default retroarch-emscripten-build version to v1.17.0 - disable some default inputs in RetroArch diff --git a/package.json b/package.json index 665695c..32edc15 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.7.0", + "version": "0.8.0", "author": { "name": "arianrhodsandlot", "email": "theguidanceofawhitetower@gmail.com"