Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquepablo committed Dec 13, 2024
1 parent 593f189 commit 97d1f3e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION:=2.1.18
VERSION:=2.1.19
PWD:=$(shell pwd)
NAME:=thiss-js
REGISTRY:=docker.sunet.se
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'2.1'
# The full version, including alpha/beta/rc tags
release = u'2.1.18'
release = u'2.1.19'
js_source_path = '../src'

# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,8 @@ Version 2.1.18

* Allow configuring std button with DS URL & trust profile
* Docs

Version 2.1.19
--------------

* Fix banana-i18n dependency
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theidentityselector/thiss",
"version": "2.1.18",
"version": "2.1.19",
"description": "The Identity Selector",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit 97d1f3e

Please sign in to comment.