Skip to content

Commit

Permalink
Release 1.5.60
Browse files Browse the repository at this point in the history
* Updated editor.
* Updated libraries.
* Fixed some issues associated with L2 cache.
  • Loading branch information
Lomilar committed Jun 4, 2024
1 parent 2a7ef76 commit 67da7b0
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 854 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ coverage/lcov-report/main/
scan-node.txt

scan-standalone.txt

swaggerx.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.5.60
* Updated editor.
* Updated libraries.
* Fixed some issues associated with L2 cache.

## 1.5.58
* Updated editor.
* Updated libraries
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CaSS
Competency and Skills Service -- Competency Management

Release Candidate: 1.5.58 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
Release Candidate: 1.5.60 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
Supported: 1.4 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.4)](https://travis-ci.org/cassproject/CASS)
Supported: 1.3 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.3)](https://travis-ci.org/cassproject/CASS)
Supported: 1.2 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.2)](https://travis-ci.org/cassproject/CASS)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
cass:
image: cassproject/cass:node-1.5.58
image: cassproject/cass:node-1.5.60
container_name: cass
networks:
- esnet
Expand Down
59 changes: 31 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cass",
"version": "1.5.58",
"version": "1.5.60",
"description": "Competency and Skills System",
"main": "src/main/server.js",
"directories": {
Expand Down Expand Up @@ -93,7 +93,7 @@
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"busboy": "^1.6.0",
"cassproject": "^1.5.59",
"cassproject": "^1.5.60",
"check-disk-space": "^3.4.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand All @@ -120,7 +120,7 @@
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.4.0",
"nodemon": "^3.1.2",
"nodemon": "^3.1.3",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"wait-on": "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "CaSS",
"version": "1.5.58"
"version": "1.5.60"
},
"components": {
"parameters": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp
Submodule webapp updated 1044 files
Loading

0 comments on commit 67da7b0

Please sign in to comment.