Skip to content

Commit

Permalink
🚀 RELEASE: 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bombitmanbomb committed Mar 3, 2021
1 parent 41b728a commit c2df1c4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- markdownlint-disable MD033 -->
<!-- markdownlint-disable MD041 -->

<!-- markdownlint-disable MD024 -->
# Change Log

All notable changes to this project will be documented in this file.
Expand All @@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [Change Log](#change-log)
- [Versions](#versions)
- [[Unreleased] - yyyy-mm-dd](#unreleased---yyyy-mm-dd)
- [Added](#added)
- [Changed](#changed)
- [Fixed](#fixed)
- [[1.14.1] - 2021-03-03](#1141---2021-03-03)
- [Added](#added-1)
- [Changed](#changed-1)
- [Fixed](#fixed-1)

</details>
<br>
Expand All @@ -29,3 +36,21 @@ Started Logging
### Changed

### Fixed

## [1.14.1] - 2021-03-03

Started Logging

### Added

- Dictionary ToDictionary from Object
- General Documentation

### Changed

- BUS moved to last argument of CloudXInterface
- test

### Fixed

- Error on Null Message.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bombitmanbomb/neosjs",
"version": "1.14.0",
"version": "1.14.1",
"description": "Neos API",
"main": "Neos.js",
"scripts": {
Expand Down

0 comments on commit c2df1c4

Please sign in to comment.