bump version to 4.0.0
This commit is contained in:
parent
13c9603251
commit
23724931e9
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## 4.0.0 (2022-08-30)
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
- Return to a JavaScript core (sorry Typescript).
|
||||||
|
|
||||||
## 3.0.0 (2021-05-02)
|
## 3.0.0 (2021-05-02)
|
||||||
|
|
||||||
### ⚠ BREAKING CHANGES
|
### ⚠ BREAKING CHANGES
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"immer": "^9.0.15",
|
"immer": "^9.0.15",
|
||||||
"json-schema-shorthand": "^2.0.0",
|
"json-schema-shorthand": "^2.0.0",
|
||||||
@ -13,13 +12,9 @@
|
|||||||
"name": "updux",
|
"name": "updux",
|
||||||
"description": "Updeep-friendly Redux helper framework",
|
"description": "Updeep-friendly Redux helper framework",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docsify:serve": "docsify serve docs",
|
"docsify:serve": "docsify serve docs"
|
||||||
"build": "tsc",
|
|
||||||
"test": "tap src/**test.ts",
|
|
||||||
"lint": "prettier -c --",
|
|
||||||
"lint:fix": "prettier --write --"
|
|
||||||
},
|
},
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/yanick/updux.git"
|
"url": "git+https://github.com/yanick/updux.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user