Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 23, 2020
1 parent 2f2e3d1 commit eaedf91
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.2.1

Bug fixes:

* Fix error on double subclassing in extension

Refactor:

* Fully specify require file paths

No code:

* File header comments

Tests:

* Run tests in dev mode
* Import from package name [refactor]

Dev:

* Update dev dependencies
* Run tests on CI on Node v14
* Replace `.npmignore` with `files` list in `package.json`
* `.editorconfig` config
* Simplify Jest config
* ESLint lint dot files
* Remove unnecessary line from `.gitignore`

## 0.2.0

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "class-extension",
"version": "0.2.0",
"version": "0.2.1",
"description": "Class extensions",
"main": "index.js",
"files": [
Expand Down

0 comments on commit eaedf91

Please sign in to comment.