Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: Update changelog for release v0.2.3 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored May 1, 2020
1 parent 278ca0c commit f6930ef
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 @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.2.3 (2020-05-01)


### Bug Fixes

* Remove ansible-lint due to security issues ([#24](https://github.com/IllumiDesk/illumidesk/issues/34)) ([278ca0c](https://github.com/IllumiDesk/illumidesk/commit/278ca0c3af12b13f94416b1cda44f630a67ef457))


### 0.2.2 (2020-04-25)


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": "illumidesk",
"version": "0.2.2",
"version": "0.2.3",
"description": "Teach and learning with web-based notebooks!",
"scripts": {
"release": "standard-version"
Expand Down
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version_info = (
0,
2,
2,
3,
)
__version__ = ".".join(map(str, version_info[:3]))

Expand Down

0 comments on commit f6930ef

Please sign in to comment.