Skip to content

Commit 397da94

Browse files
chore(release): 1.1.15-beta.0
1 parent ffbffd4 commit 397da94

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [1.1.15-beta.0](https://github.com/pycom/pymakr-vsc/compare/v1.1.14-beta.0...v1.1.15-beta.0) (2021-10-14)
6+
7+
8+
### Bug Fixes
9+
10+
* better handling for unavailable bindings ([3b4a57e](https://github.com/pycom/pymakr-vsc/commit/3b4a57ec7ae85695ac1a830eb2b4737b16fbeab5))
311

412
## [1.1.14](https://github.com/pycom/pymakr-vsc/compare/release-v1.1.13...release-v1.1.14) (2021-10-11)
513
- fix Node build tools are no longer a requirement

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pymakr",
33
"displayName": "Pymakr",
44
"description": "Adds a REPL console to the terminal that connects to your Pycom board. Run single files or synchronize your project files to your board.",
5-
"version": "1.1.14",
5+
"version": "1.1.15-beta.0",
66
"publisher": "pycom",
77
"repository": "https://github.com/pycom/pymakr-vsc",
88
"icon": "images/logo.png",

0 commit comments

Comments
 (0)