diff --git a/CHANGELOG.md b/CHANGELOG.md index 305e221..6b34e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [UNRELEASED] +## 1.1.0 - In Positron, the extension now uses the selected R runtime for Shiny for R apps. In VS Code, the extension also now consults the `r.rpath.mac`, `r.rpath.windows` or `r.rpath.linux` settings to find the R executable, before falling back to system settings. These settings are part of the [R Debugger extension](https://marketplace.visualstudio.com/items?itemName=RDebugger.r-debugger) ([#64](https://github.com/posit-dev/shiny-vscode/pull/64)) diff --git a/package.json b/package.json index db5afce..5bf97a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "shiny", "displayName": "Shiny", "description": "Run and develop Shiny apps in Python or R.", - "version": "1.0.0-dev", + "version": "1.1.0", "publisher": "Posit", "icon": "logo.png", "repository": {