Skip to content

Commit d19133e

Browse files
committed
v1.2.1
1 parent 0c22a77 commit d19133e

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ All notable changes to the "ev3dev-browser" extension will be documented in this
33

44
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
55

6-
## Unreleased
7-
6+
## v1.2.1 - 2023-03-29
87
### Fixed
98
- Fixed Windows path separator in "program" in `.vscode/launch.json` not converted to UNIX path.
109
- Fixed running files with `#!` and Windows line endings (CRLF vs. LF).

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2020 David Lechner <[email protected]>
3+
Copyright (c) 2017-2023 David Lechner <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ev3dev-browser",
44
"description": "Browse for ev3dev devices",
55
"icon": "resources/icons/ev3dev-logo.png",
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"publisher": "ev3dev",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)