Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 8, 2024
1 parent 88af400 commit 70949f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 1.0.0 (2024-09-08)


### ⚠ BREAKING CHANGES

* initial commit ([#1](https://github.com/hugginsio/telescope-scriptnames.nvim/issues/1))

### Features

* initial commit ([eae7b96](https://github.com/hugginsio/telescope-scriptnames.nvim/commit/eae7b96f6342253ed754835d38f421cd683b480e))
* initial commit ([#1](https://github.com/hugginsio/telescope-scriptnames.nvim/issues/1)) ([6e425eb](https://github.com/hugginsio/telescope-scriptnames.nvim/commit/6e425eb7e045140a6502d8f78464a9488d5fcce6))
* update vimdoc action ([#2](https://github.com/hugginsio/telescope-scriptnames.nvim/issues/2)) ([83be48f](https://github.com/hugginsio/telescope-scriptnames.nvim/commit/83be48ffa7e6ccbe146a91717e4481475317af57))
2 changes: 1 addition & 1 deletion lua/telescope-scriptnames/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local pickers = require("telescope.pickers")

local TelescopeScriptnames = {}

TelescopeScriptnames.VERSION = "0.0.1" -- x-release-please-version
TelescopeScriptnames.VERSION = "1.0.0" -- x-release-please-version

local function results_builder()
local names = {}
Expand Down

0 comments on commit 70949f6

Please # to comment.