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

Commit

Permalink
chore(release): 4.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.10.0](v4.9.0...v4.10.0) (2020-06-03)

### Bug Fixes

* remove bibindex from germanlaw driver ([02196c2](02196c2))

### Features

* add germanlaw bib entry type ([b9f123a](b9f123a))
  • Loading branch information
semantic-release-bot committed Jun 3, 2020
1 parent 02196c2 commit bc3534f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danteev/texlive with udhbwvst preinstalled",
"image": "skyfrk/udhbwvst:4.9.0",
"image": "skyfrk/udhbwvst:4.10.0",
"extensions": [
"James-Yu.latex-workshop",
"streetsidesoftware.code-spell-checker",
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.10.0](https://github.com/skyfrk/dhbw-vs-latex-template/compare/v4.9.0...v4.10.0) (2020-06-03)


### Bug Fixes

* remove bibindex from germanlaw driver ([02196c2](https://github.com/skyfrk/dhbw-vs-latex-template/commit/02196c271dbfc30fb04f32c3cbb134f8e4b70628))


### Features

* add germanlaw bib entry type ([b9f123a](https://github.com/skyfrk/dhbw-vs-latex-template/commit/b9f123a3bfcdc522c689f4954f0f1dedff675cc8))

# [4.9.0](https://github.com/skyfrk/dhbw-vs-latex-template/compare/v4.8.1...v4.9.0) (2020-06-03)


Expand Down
Binary file modified examples/full/full.pdf
Binary file not shown.
Binary file modified examples/starter-advanced/starter-advanced.pdf
Binary file not shown.
Binary file modified examples/starter-recommended/starter-recommended.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 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": "dhbw-vs-latex-template",
"version": "4.9.0",
"version": "4.10.0",
"directories": {
"doc": "docs",
"example": "examples"
Expand Down
2 changes: 1 addition & 1 deletion src/udhbwvst.cls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% settings

\newcommand*{\udhbwvst@cls@date}{2020-06-03}
\newcommand*{\udhbwvst@cls@version}{4.9.0}
\newcommand*{\udhbwvst@cls@version}{4.10.0}
\newcommand*{\udhbwvst@cls@info}{Unofficial DHBW Villingen-Schwenningen text class}
\newcommand*{\udhbwvst@var@shortreferenceprefix}{Quelle:\space}
\newcommand*{\udhbwvst@var@defaultshortreference}{Eigene Darstellung.}
Expand Down

0 comments on commit bc3534f

Please sign in to comment.