Skip to content

Commit

Permalink
[MOD] bump version to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBra committed Jul 19, 2020
1 parent a752d14 commit b6ebdd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [1.1.5]
### Changed
- optimize npm-publish workflow

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-simple-observer",
"version": "1.1.4",
"version": "1.1.5",
"description": "Simple observer/subject TypeScript interfaces including corresponding mock classes for unit testing",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b6ebdd7

Please sign in to comment.