Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jan 26, 2017
1 parent 4575396 commit 47a1002
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.2.0] - 2017-01-26
### Removed
- Basic linting capabilities. These have been moved to [AGC Assembly Lint](https://github.com/wopian/agc-assembly-lint).

## [0.1.4] - 2017-01-03
### Added
- Helper for AGC
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agc-assembly",
"displayName": "AGC Assembly",
"version": "0.1.4",
"version": "0.2.0",
"description": "Syntax highlighting for Apollo Guidance Computer (AGC) assembly source code",
"publisher": "wopian",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,6 @@
"onLanguage:argus",
"onLanguage:binsource"
],
"main": "./out/src/extension",
"contributes": {
"languages": [
{
Expand Down Expand Up @@ -130,6 +129,7 @@
"vscode": "1.0.3"
},
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install",
"vscode:prepublish": "npm run b",
"compile": "tsc -watch -p ./",
"test": "node ./node_modules/vscode/bin/test --silent",
Expand Down
1 change: 0 additions & 1 deletion test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as rimraf from 'rimraf';
import { commands, Uri, window, workspace } from 'vscode';

import { FileController } from './../src/createFile';
import * as extension from './../src/extension';

use(chaiAsPromise);

Expand Down

0 comments on commit 47a1002

Please sign in to comment.