Skip to content

Commit

Permalink
chore(release): 5.3.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerntannern committed May 31, 2020
1 parent 4689a66 commit 78a938c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.3.0-beta.0](https://github.com/tannerntannern/ts-mixer/compare/v5.2.1...v5.3.0-beta.0) (2020-05-31)


### Features

* add hasMixin function ([#27](https://github.com/tannerntannern/ts-mixer/issues/27)) ([c8bfc2d](https://github.com/tannerntannern/ts-mixer/commit/c8bfc2d48854808755088332636e8d166007ed9f))

### [5.2.1](https://github.com/tannerntannern/ts-mixer/compare/v5.2.0...v5.2.1) (2020-05-08)


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": "ts-mixer",
"version": "5.2.1",
"version": "5.3.0-beta.0",
"description": "A very small TypeScript library that provides tolerable Mixin functionality.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 78a938c

Please sign in to comment.