Skip to content

Commit

Permalink
Merge branch 'release/v1.4.0'
Browse files Browse the repository at this point in the history
* release/v1.4.0:
  bumps version number
  adds CHANGELOG.md
  removes obsolete version pinning
  applies major updates to dependencies
  removes build info from readme
  • Loading branch information
benkroeger committed Sep 24, 2021
2 parents d181d40 + 439f23d commit 9b33aee
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 97 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.4.0] - 2021-09-24

- upgrades prisma dependencies to their latest 3.x versions

### Added

### Changed

### Fixed

## [1.3.1] - 2021-09-24

- applies available minor and patch updates to dependencies

### Added

### Changed

### Fixed
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Prisma Generator NestJS DTO

[![Build Status](https://travis-ci.org/vegardit/prisma-generator-nestjs-dto.svg?branch=master)](https://travis-ci.org/vegardit/prisma-generator-nestjs-dto)
[![Release](https://badge.fury.io/js/%40vegardit%2Fprisma-generator-nestjs-dto.svg)](https://www.npmjs.com/package/@vegardit/prisma-generator-nestjs-dto)
[![License](https://img.shields.io/github/license/vegardit/prisma-generator-nestjs-dto.svg?label=license)](#license)

Expand Down
Loading

0 comments on commit 9b33aee

Please sign in to comment.