Skip to content

Commit c992b72

Browse files
committed
chore(release): 4.5.0
1 parent daecc35 commit c992b72

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
<a name="4.5.0"></a>
6+
# [4.5.0](https://github.com/steelsojka/lodash-decorators/compare/v4.4.0...v4.5.0) (2017-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **BindAll:** Copy original function name to wrapper ([73b8537](https://github.com/steelsojka/lodash-decorators/commit/73b8537))
12+
* **factory:** use barrel files instead of node module resolution ([fda1c73](https://github.com/steelsojka/lodash-decorators/commit/fda1c73))
13+
14+
15+
### Features
16+
17+
* **packages:** update tslib dependency to `^1.7.1` as this is the minimum version required for `typescript` `2.3.3` + ([c8985fb](https://github.com/steelsojka/lodash-decorators/commit/c8985fb))
18+
19+
20+
521
<a name="4.4.1"></a>
622
## [4.4.1](https://github.com/steelsojka/lodash-decorators/compare/v4.4.0...v4.4.1) (2017-08-12)
723

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lodash-decorators",
33
"author": "Steven Sojka <steelsojka@gmail.com>",
44
"description": "A collection of decorators using lodash at it's core.",
5-
"version": "4.4.1",
5+
"version": "4.5.0",
66
"engines": {
77
"node": ">=0.12.0"
88
},

0 commit comments

Comments
 (0)