Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afflicted-cat committed Apr 20, 2021
1 parent 8c2c985 commit 565e9d3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [1.3.0](https://github.com/weyheyhey/effector-next/compare/v1.2.0...v1.3.0) (2021-04-20)

### Features

- add support for functional App ([8c2c985](https://github.com/weyheyhey/effector-next/commit/8c2c985c1e83a53861cc11eeadeb41ce755217fb))
- **with-fork:** extends from passed Document ([7cac583](https://github.com/weyheyhey/effector-next/commit/7cac5835f6e6ab54a0574917a7c620bfe4959d0b))

### Bug Fixes

- remove peerDeps warnings ([8e15811](https://github.com/weyheyhey/effector-next/commit/8e158118f63e1689100477675a52442f8a3007c2))

## [1.2.0](https://github.com/weyheyhey/effector-next/compare/v1.1.0...v1.2.0) (2020-06-10)

### Features
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": "effector-next",
"version": "1.2.0",
"version": "1.3.0",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 565e9d3

Please sign in to comment.