From 23724931e99609d1bbf04832c9a395885fa65b2e Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 30 Aug 2022 16:17:47 -0400 Subject: [PATCH] bump version to 4.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 9 ++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ea61f..428f06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 49a60d3..5703d48 100644 --- a/package.json +++ b/package.json @@ -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"