Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AxonC committed May 23, 2020
1 parent aa4ecca commit 86024f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.2.1](https://github.com/VATSIM-UK/consilio/compare/v0.2.0...v0.2.1) (2020-05-23)

# [0.2.0](https://github.com/VATSIM-UK/consilio/compare/v0.1.4...v0.2.0) (2020-05-20)

### Features
Expand All @@ -9,15 +11,3 @@
## [0.1.3](https://github.com/VATSIM-UK/consilio/compare/v0.1.2...v0.1.3) (2020-05-12)

## 0.1.2 (2020-05-12)

## [0.1.4](https://github.com/VATSIM-UK/consilio/compare/v0.1.3...v0.1.4) (2020-05-12)

## [0.1.3](https://github.com/VATSIM-UK/consilio/compare/v0.1.2...v0.1.3) (2020-05-12)

## 0.1.2 (2020-05-12)

## [0.1.4](https://github.com/VATSIM-UK/consilio/compare/v0.1.3...v0.1.4) (2020-05-12)

## [0.1.3](https://github.com/VATSIM-UK/consilio/compare/v0.1.2...v0.1.3) (2020-05-12)

## 0.1.2 (2020-05-12)
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vatsim-uk/consilio",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
Expand All @@ -10,7 +10,8 @@
"test:unit": "vue-cli-service test:unit --coverage",
"lint": "vue-cli-service lint",
"build:lib": "vue-cli-service build --target lib --name consilio src/main.ts",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 20 && git add CHANGELOG.md"
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"commit": "git-cz"
},
"main": "./dist/consilio.common.js",
"dependencies": {
Expand Down

0 comments on commit 86024f1

Please sign in to comment.