Skip to content

Commit a3a51ed

Browse files
committed
docs: 📝 Update version and Changelog
1 parent 14f36a4 commit a3a51ed

File tree

5 files changed

+2701
-3257
lines changed

5 files changed

+2701
-3257
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/contentstack/contentstack-utils-javascript/tree/v1.1.0) (2021-10-14)
4+
- Live preview edit tags support added
5+
36
## [1.0.1](https://github.com/contentstack/contentstack-utils-javascript/tree/v1.0.1) (2021-05-26)
47
- Dependency update
58
## [1.0.0](https://github.com/contentstack/contentstack-utils-javascript/tree/v1.0.0) (2021-04-05)

badges/badge-branches.svg

Lines changed: 1 addition & 1 deletion
Loading

jestconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"transform": {
33
"^.+\\.(t|j)sx?$": "ts-jest"
44
},
5-
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
5+
"testMatch": [
6+
"**/__test__/**/?(*.)+(spec|test).[jt]s?(x)"
7+
],
68
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
79

810
"collectCoverage": true,

0 commit comments

Comments
 (0)