Skip to content

Commit

Permalink
release: cut 15.1.0 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuperczynski authored Nov 5, 2021
1 parent 6f3b2e7 commit 9366be2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[![Build Status](https://travis-ci.org/ssuperczynski/ngx-easy-table.svg?branch=master)](https://travis-ci.org/ssuperczynski/ngx-easy-table)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

This project is feature complete, and I don't plan to add any new features.
I update the library to provide support for the latest Angular releases.

## Code Examples

<a href="https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo" target="_blank">
Expand Down Expand Up @@ -34,8 +37,3 @@ See https://ngx-easy-table.eu/#/doc
- `cd dist/ngx-easy-table && npm link`
- go back to project root dir and `npm link ngx-easy-table`
- `npm run start`

## Misc

This project is feature complete, and I don't plan to add any new features.
I update the library to provide support for the latest Angular releases.
8 changes: 3 additions & 5 deletions projects/ngx-easy-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[![Build Status](https://travis-ci.org/ssuperczynski/ngx-easy-table.svg?branch=master)](https://travis-ci.org/ssuperczynski/ngx-easy-table)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

This project is feature complete, and I don't plan to add any new features.
I update the library to provide support for the latest Angular releases.

## Code Examples

<a href="https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo" target="_blank">
Expand Down Expand Up @@ -34,8 +37,3 @@ See https://ngx-easy-table.eu/#/doc
- `cd dist/ngx-easy-table && npm link`
- go back to project root dir and `npm link ngx-easy-table`
- `npm run start`

## Misc

This project is feature complete, and I don't plan to add any new features.
I update the library to provide support for the latest Angular releases.
2 changes: 1 addition & 1 deletion projects/ngx-easy-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/ngx-easy-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-easy-table",
"version": "15.0.0",
"version": "15.1.0",
"description": "Angular easy table",
"typings": "index.ts",
"repository": "https://github.com/ssuperczynski/ngx-easy-table.git",
Expand Down

0 comments on commit 9366be2

Please sign in to comment.