Skip to content

Commit

Permalink
v0.1.2 - replaced beapizer-test by custom-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
houcemlaw committed Jul 24, 2024
1 parent 70842be commit 6ef4b16
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/docs
/doc
/cert
/beapizer-test
/custom-impl
README.md
**/*Readme*
**/*README*
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### 0.1.2 (2024-07-23)

- rename `beapizer-test` to `custom-impl`

### 0.1.1 (2024-05-25)

- fixed errors display
Expand Down
2 changes: 1 addition & 1 deletion beapizer-clusterip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
spec:
containers:
- name: beapizer
image: localhost/beapizer:0.1.1
image: localhost/beapizer:0.1.2
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion build-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

# version example: 0.1.1
# version example: 0.1.2
VERSION=$1

if [ -z "$VERSION" ]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@houcemlaw/beapizer",
"version": "0.1.1",
"version": "0.1.2",
"author": "Houssem LAOUITI <houcem.laouiti@gmail.com>",
"description": "A generic back end api for CRUD applications",
"scripts": {
Expand Down

0 comments on commit 6ef4b16

Please sign in to comment.