Skip to content

Commit

Permalink
Merge pull request #329 from iLib-js/development
Browse files Browse the repository at this point in the history
Merge to master to publish v14.12.0
  • Loading branch information
ehoogerbeets authored Jan 12, 2022
2 parents 0f05320 + 88b8e67 commit 4b0f936
Show file tree
Hide file tree
Showing 1,751 changed files with 76,496 additions and 67,824 deletions.
20 changes: 18 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
version: 2.1
jobs:
test:
parameters:
docker_image:
type: string
default: cimg/openjdk:8.0-node

docker:
- image: cimg/openjdk:8.0-node
- image: << parameters.docker_image >>

environment:
NODE_OPTIONS: "--max-old-space-size=3072"
Expand All @@ -28,6 +33,8 @@ jobs:
name: Set up node packages
command: |
rm -rf node_modules package-lock.json
echo "node version: " $(node -v)
echo "npm version: " $(npm -v)
npm install
- run:
Expand All @@ -51,4 +58,13 @@ workflows:
version: 2
test-all-node-versions:
jobs:
- test
- test:
docker_image: circleci/node:8-browsers
- test:
docker_image: circleci/node:10-browsers
- test:
docker_image: circleci/node:12-browsers
- test:
docker_image: circleci/node:14-browsers
- test:
docker_image: circleci/node:16-browsers
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=14.11.1
version=14.12.0
14 changes: 14 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release Notes for Version 14
============================

Build 020
-------
Published as version 14.12.0

New Features:
* Updated support:
* Unicode Character Database (UCD) v14.0.0
* CLDR 40.0.0
* ISO 15924

Bug Fixes:
* Updated to route the code flow via NodeLoader when a platform is IoTjs


Build 019
-------
Published as version 14.11.1
Expand Down
Loading

0 comments on commit 4b0f936

Please sign in to comment.