Skip to content

Commit

Permalink
fix(ONL-3723): Fix order for CI steps (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
matallo authored Sep 12, 2019
1 parent 4610827 commit 6b0f89c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ workflows:
- build
- publish:
requires:
- build
- test
filters:
branches:
only: master
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.3] - 2019-09-12
### Fixes
- Fix order for CI steps.

## [1.6.2] - 2019-09-12
### Features
- Release github and npm with CI.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ebury/huha",
"description": "huha.js (Hyperactive Users Hint Analysis) is a JavaScript framework that measures the usability and user experience in an automated way, including the limitations of the model and the best practices.",
"version": "1.6.2",
"version": "1.6.3",
"repository": "github:Ebury/huha",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 6b0f89c

Please sign in to comment.