bump version to 4.0.0

typescript
Yanick Champoux 2022-08-30 16:17:47 -04:00
parent 13c9603251
commit 23724931e9
2 changed files with 8 additions and 7 deletions

View File

@ -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.
## 4.0.0 (2022-08-30)
### ⚠ BREAKING CHANGES
- Return to a JavaScript core (sorry Typescript).
## 3.0.0 (2021-05-02)
### ⚠ BREAKING CHANGES

View File

@ -1,6 +1,5 @@
{
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"immer": "^9.0.15",
"json-schema-shorthand": "^2.0.0",
@ -13,13 +12,9 @@
"name": "updux",
"description": "Updeep-friendly Redux helper framework",
"scripts": {
"docsify:serve": "docsify serve docs",
"build": "tsc",
"test": "tap src/**test.ts",
"lint": "prettier -c --",
"lint:fix": "prettier --write --"
"docsify:serve": "docsify serve docs"
},
"version": "3.0.0",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/yanick/updux.git"