Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2022-08-10)

### Features

* Initial implementation for dashboards and visualizations app ([#15](#15)) ([33a6306](33a6306))

### Dependency Updates

* **deps:** bump django from 4.0.4 to 4.0.6 ([#16](#16)) ([9483f8b](9483f8b))
* **deps:** bump jquery-validation from 1.19.4 to 1.19.5 ([#17](#17)) ([c5a87de](c5a87de))
* **deps:** bump terser from 5.13.1 to 5.14.2 ([#19](#19)) ([5e83a5e](5e83a5e))

### Refactors

* data_source & metadata_extract filters ([#18](#18)) ([d7eaad2](d7eaad2))
* **conf:** improve project configuration ([67d1bb9](67d1bb9))
  • Loading branch information
kennedykori committed Aug 10, 2022
1 parent 67d1bb9 commit 2c7e4d5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## [1.3.0](https://github.com/savannahghi/idr-server/compare/v1.2.0...v1.3.0) (2022-08-10)


### Features

* Initial implementation for dashboards and visualizations app ([#15](https://github.com/savannahghi/idr-server/issues/15)) ([33a6306](https://github.com/savannahghi/idr-server/commit/33a6306788fddaf7fddab2fab43281270f5c766e))


### Dependency Updates

* **deps:** bump django from 4.0.4 to 4.0.6 ([#16](https://github.com/savannahghi/idr-server/issues/16)) ([9483f8b](https://github.com/savannahghi/idr-server/commit/9483f8b5a27395eaa5d561cebe29b40d82aa6cd7))
* **deps:** bump jquery-validation from 1.19.4 to 1.19.5 ([#17](https://github.com/savannahghi/idr-server/issues/17)) ([c5a87de](https://github.com/savannahghi/idr-server/commit/c5a87de8502c9f139758904313917eafd7238d64))
* **deps:** bump terser from 5.13.1 to 5.14.2 ([#19](https://github.com/savannahghi/idr-server/issues/19)) ([5e83a5e](https://github.com/savannahghi/idr-server/commit/5e83a5ef1d3597aaf28965d623542340e5feb4f8))


### Refactors

* data_source & metadata_extract filters ([#18](https://github.com/savannahghi/idr-server/issues/18)) ([d7eaad2](https://github.com/savannahghi/idr-server/commit/d7eaad2569f0da23f401d9a7cf53d2873fc2aeb8))
* **conf:** improve project configuration ([67d1bb9](https://github.com/savannahghi/idr-server/commit/67d1bb9f58a7805c7c81f8c35884c5afde552c59))

0 comments on commit 2c7e4d5

Please sign in to comment.