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

Commit

Permalink
prepare for the 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fogine committed Jul 31, 2018
1 parent 6c9981d commit 06d4251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## FUTURE
## 1.4.0

* [FIXED] - template variables in section of method jsdoc comments referenced incorrect path to schema type (the path has changed with OpenAPI v3)
* [ADDED] - support for building for web (webpack@4 & browserify)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bi-service-sdk",
"version": "1.3.0",
"version": "1.4.0",
"description": "Exposes common sdk interface & provides client sdk generator for bi-service based apps",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit 06d4251

Please sign in to comment.