Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyseta committed Dec 4, 2020
1 parent e3d3fd0 commit 44907d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
.vsix
*.vsix
out
Hardware Simulator.dat
Assembler.dat
Expand Down
3 changes: 1 addition & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
.vscode/**
.vscode-test/**
out/test/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
.vsix
*.vsix

images/*.xfc

Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Mastro NANDo Change Log

## Version 1.0.1: November 02, 2020
## Version 1.0.2: December 04, 2020
* Fix changelog
* Fix failing commands execution
* Fix to `\*.vsix` in `.vscodeignore` and `.gitignore`

## Version 1.0.1: December 02, 2020
* Change extension display name
* Change extension gallery banner theme
* Change configurations title
* Added .vsix to vscodeignore
* Add ` .vsix` to `.vscodeignore`

## Version 1.0.0: November 01, 2020
## Version 1.0.0: December 01, 2020
* Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastro-nando",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "foxyseta",
"engines": {
"vscode": "^1.51.0"
Expand Down

0 comments on commit 44907d4

Please sign in to comment.