Skip to content

Commit

Permalink
Merge pull request #31 from iLib-js/v1.15.2
Browse files Browse the repository at this point in the history
Release for v1.15.2
  • Loading branch information
gouniLee authored Sep 4, 2023
2 parents 37c3894 + f6aa906 commit ca6f639
Show file tree
Hide file tree
Showing 4 changed files with 220,338 additions and 19 deletions.
14 changes: 5 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ jobs:
name: Setup
command: |
rm -rf node_modules package-lock.json
npm -v
node -v
npm install
workflows:
version: 2
test-all-node-versions:
jobs:
- test:
docker_image: circleci/node:10-browsers
docker_image: cimg/node:16.20
- test:
docker_image: circleci/node:12-browsers
- test:
docker_image: circleci/node:13-browsers
- test:
docker_image: circleci/node:14-browsers
- test:
docker_image: circleci/node:16-browsers
- test
docker_image: cimg/node:18.15
- test
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.15.2
* Updated fixed loctool and plugins version
* **loctool**
* changed the zxx-Hans-XX pseudo style name to `debug-han-simplified`.
* **Fixes in plugins**
* Update to be included `npm-shrinkwrap.json` in the published files.
~~~
"ilib-loctool-webos-appinfo-json": "1.7.1",
"ilib-loctool-webos-c": "1.7.1",
"ilib-loctool-webos-cpp": "1.7.1",
"ilib-loctool-webos-javascript": "1.10.1",
"ilib-loctool-webos-json": "1.1.2",
"ilib-loctool-webos-json-resource": "1.5.4",
"ilib-loctool-webos-qml": "1.7.1",
"ilib-loctool-webos-ts-resource": "1.5.1",
"loctool": "2.23.1"
~~~

## 1.15.1
* Updated fixed loctool and plugins version
* **Fixes in plugins**
Expand Down
Loading

0 comments on commit ca6f639

Please sign in to comment.