Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saneksa committed Oct 3, 2024
1 parent c9ceb51 commit 8ee8ecb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

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.

## [2.0.0](https://github.com/saneksa/react-context-composer/compare/v1.0.1...v2.0.0) (2024-10-03)


### ⚠ BREAKING CHANGES

* изменилась сигнатура вызова composeContexts

### Features

* более удобная передача контекста ([600f116](https://github.com/saneksa/react-context-composer/commit/600f1166585fb34613e9be18fa1744672330c1e0))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saneksa/react-context-composer",
"version": "1.0.1",
"version": "2.0.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8ee8ecb

Please sign in to comment.