chore(release): 0.23.6

This commit is contained in:
Alexander Zeitler 2021-01-06 17:12:49 +01:00
parent c74fc36909
commit a8e9c2852f
3 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,13 @@
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.23.6](https://github.com/PDMLab/docker-compose/compare/v0.23.5...v0.23.6) (2021-01-06)
### Features
* allow to pass docker compose configuration as string ([e8c14d3](https://github.com/PDMLab/docker-compose/commit/e8c14d318ce440ab02c858b1ca1dbeeb2985dc00))
### [0.23.5](https://github.com/PDMLab/docker-compose/compare/v0.23.4...v0.23.5) (2020-07-10)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docker-compose",
"version": "0.23.5",
"version": "0.23.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "docker-compose",
"version": "0.23.5",
"version": "0.23.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",