Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2022-01-03)

### Bug Fixes

* use rel paths for links ([cbb9671](cbb9671))

### Features

* add `.yaml` to allowed extensions ([7a74dd0](7a74dd0))

### Performance Improvements

* reuse common static ([096ab3f](096ab3f))
  • Loading branch information
qiwibot committed Jan 3, 2022
1 parent 60ea952 commit f28d805
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.5.0](https://github.com/qiwi/tech-radar/compare/v1.4.1...v1.5.0) (2022-01-03)


### Bug Fixes

* use rel paths for links ([cbb9671](https://github.com/qiwi/tech-radar/commit/cbb9671229c7a9e35d769a2abb9e7f2f56cbb392))


### Features

* add `.yaml` to allowed extensions ([7a74dd0](https://github.com/qiwi/tech-radar/commit/7a74dd07d06cdd4a362563a78cd49b19ab9f5bfe))


### Performance Improvements

* reuse common static ([096ab3f](https://github.com/qiwi/tech-radar/commit/096ab3f47e776faa6d3c95896a90c7e007c83ef9))

## [1.4.1](https://github.com/qiwi/tech-radar/compare/v1.4.0...v1.4.1) (2021-12-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qiwi/tech-radar",
"description": "Fully automated tech-radar generator",
"version": "1.4.1",
"version": "1.5.0",
"main": "./src/main/js/index.js",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit f28d805

Please sign in to comment.