Skip to content

Commit

Permalink
release version 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
midouest committed Oct 22, 2023
1 parent b75d6e4 commit ae81be6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
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] - 2023-08-07
## [1.16.0] - 2023-10-22

### Added

- Debugger can attach to running games instead of launching them

### Fixed

- pdc error when building a project that uses relative imports

## [1.14.10] - 2023-08-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playdate-debug",
"displayName": "Playdate Debug",
"version": "1.14.10",
"version": "1.15.0",
"publisher": "midouest",
"description": "Unofficial Playdate debug extension for macOS, Windows and Ubuntu",
"icon": "images/icon@2x.png",
Expand Down

0 comments on commit ae81be6

Please sign in to comment.