@promoboxx/use-filter 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  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
4
 
5
+ ### 1.0.3 (2021-07-16)
6
+
5
7
  ### 1.0.2 (2021-07-16)
6
8
 
7
9
 
package/Makefile CHANGED
@@ -1,3 +1,5 @@
1
+ all: test
2
+
1
3
  prepare-env:
2
4
  ifeq ($(CI),true)
3
5
  npm ci --ignore-scripts
@@ -10,8 +12,6 @@ ifneq ($(CI),true)
10
12
  $(MAKE) prepare-env
11
13
  endif
12
14
 
13
- start: test
14
-
15
15
  build: prepare-when-local
16
16
  rm -rf dist/
17
17
  npx tsc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/use-filter",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {