Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jan 3, 2017
1 parent 0cea5ec commit baeaefe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.1.4] - 2017-01-03
### Added
- Helper for AGC
- Options for AGS, Argus and Binsource

## [0.1.3] - 2016-12-30
### Changed
- Rewrote source code in TypeScript
Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,21 @@ npm t
```

## Known Issues
- Decoration is still applied if the file's language is changed.
- Decoration is still applied if the file's language is changed.
- This can temporarily be fixed by just switching tabs.

## Releases
## 0.1.3 - 2016-12-30
### Changed
### 0.1.4 - 2017-01-03
#### Added
- Helper for AGC
- Options for AGS, Argus and Binsource

### 0.1.3 - 2016-12-30
#### Changed
- Rewrote source code in TypeScript
- Merged `languages` back into `syntax`

### Added
#### Added
- Barebones helper for AGC

### 0.1.2 - 2016-12-29
Expand All @@ -131,14 +136,6 @@ npm t
#### Changed
- Reorganised source files

### 0.0.3 - 2016-12-29
#### Added
- Remainder of documentation
- Package icon

#### Fixed
- Typo in settings

[Travis]:https://img.shields.io/travis/wopian/agc-assembly.svg?style=flat-square
[GitHub Release]:https://img.shields.io/github/release/wopian/agc-assembly.svg?style=flat-square
[GitHub All Releases]:https://img.shields.io/github/downloads/wopian/agc-assembly/total.svg?style=flat-square
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.1.4",
"description": "Syntax highlighting for Apollo Guidance Computer (AGC) assembly source code",
"publisher": "wopian",
"license": "Apache-2.0",
Expand Down Expand Up @@ -106,8 +106,8 @@
},
"engines": {
"vscode": ">=1.5.0",
"node": ">=7.0.0",
"npm": ">=4.0.0"
"node": ">=4.7.0",
"npm": ">=2.15.11"
},
"devDependencies": {
"@types/chai": "~3.4.34",
Expand Down

0 comments on commit baeaefe

Please sign in to comment.