Skip to content

Commit

Permalink
chore(release): 5.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerntannern committed Apr 23, 2020
1 parent 0ba1128 commit dafc33f
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.2.0-beta.1](https://github.com/tannerntannern/ts-mixer/compare/v5.2.0-beta.0...v5.2.0-beta.1) (2020-04-23)


### Bug Fixes

* wrong this in init functions for Mixin(A, Mixin(B, C)) scenario ([0ba1128](https://github.com/tannerntannern/ts-mixer/commit/0ba11283c63a878271b85c282f75190758101e63))

## [5.2.0-beta.0](https://github.com/tannerntannern/ts-mixer/compare/v5.1.0...v5.2.0-beta.0) (2020-04-13)


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.0-beta.0",
"version": "5.2.0-beta.1",
"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 dafc33f

Please sign in to comment.