Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
#39 Prepare for versioning (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Sep 28, 2022
1 parent 5df29d5 commit d5c57b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [1.1.2] - 2022-09-28

### Changed in 1.1.2

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.3.0`
- In `requirements.txt`, updated:
- setuptools==65.4.0

## [1.1.1] - 2022-09-23

### Changed in 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_BUILDER_IMAGE=node:lts-buster-slim

ARG IMAGE_NAME="senzing/entity-search-web-app-console"
ARG IMAGE_MAINTAINER="[email protected]"
ARG IMAGE_VERSION="1.1.1"
ARG IMAGE_VERSION="1.1.2"

# -----------------------------------------------------------------------------
# Stage: builder
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senzing/entity-search-web-app-console",
"version": "1.1.1",
"version": "1.1.2",
"description": "A nodejs websocket server that spawns a PTY to provide shell access to EDA Tools and utilities",
"main": "run xterm/index.js",
"scripts": {
Expand Down

0 comments on commit d5c57b5

Please sign in to comment.